Skip to content

Commit

Permalink
Revert to ESP32 core v2.0.2 for RAM usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Sep 29, 2022
1 parent d8eb8e0 commit 550e3aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Setup Arduino CLI
uses: arduino/setup-arduino-cli@v1

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

- name: Start config file
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Setup Arduino CLI
uses: arduino/setup-arduino-cli@v1

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

- name: Start config file
Expand Down

0 comments on commit 550e3aa

Please sign in to comment.