File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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:esp32@2.0.4
27+ run : arduino-cli core install esp32:esp32@2.0.2
2828 --additional-urls 'https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json'
2929
3030 - name : Start config file
Original file line number Diff line number Diff line change 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:esp32@2.0.4
26+ run : arduino-cli core install esp32:esp32@2.0.2
2727 --additional-urls 'https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json'
2828
2929 - name : Start config file
You can’t perform that action at this time.
0 commit comments