Skip to content

Commit 550e3aa

Browse files
committed
Revert to ESP32 core v2.0.2 for RAM usage
1 parent d8eb8e0 commit 550e3aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/compile-rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Setup Arduino CLI
2323
uses: arduino/setup-arduino-cli@v1
2424

25-
#We limit the ESP32 core to v2.0.4
25+
#We limit the ESP32 core to v2.0.2. See: https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/334
2626
- name: Install platform
27-
run: arduino-cli core install esp32:[email protected].4
27+
run: arduino-cli core install esp32:[email protected].2
2828
--additional-urls 'https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json'
2929

3030
- name: Start config file

.github/workflows/compile-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Setup Arduino CLI
2222
uses: arduino/setup-arduino-cli@v1
2323

24-
#We limit the ESP32 core to v2.0.4
24+
#We limit the ESP32 core to v2.0.2. See: https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/334
2525
- name: Install platform
26-
run: arduino-cli core install esp32:[email protected].4
26+
run: arduino-cli core install esp32:[email protected].2
2727
--additional-urls 'https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json'
2828

2929
- name: Start config file

0 commit comments

Comments
 (0)