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 22
22
- name : Setup Arduino CLI
23
23
uses : arduino/setup-arduino-cli@v1
24
24
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
26
26
- 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
28
28
--additional-urls 'https://github.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json'
29
29
30
30
- name : Start config file
Original file line number Diff line number Diff line change 21
21
- name : Setup Arduino CLI
22
22
uses : arduino/setup-arduino-cli@v1
23
23
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
25
25
- 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
27
27
--additional-urls 'https://github.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json'
28
28
29
29
- name : Start config file
You can’t perform that action at this time.
0 commit comments