File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 6363 - name : Update library index
6464 run : arduino-cli lib update-index
6565
66- # We need v3.0.1-rc1 to fix the WiFiMulti.run timeout issue
66+ # We need v3.0.1-rc1 to fix the WiFiMulti.run timeout issue - but it is not yet available
67+ # - name: Install platform
68+ # run: arduino-cli core install esp32:esp32@3.0.1-rc1
69+
70+ # So, right now, we need to use v3.0.0 and patch it
6771 - name : Install platform
68- run : arduino-cli core install esp32:esp32@3.0.1-rc1
72+ run : arduino-cli core install esp32:esp32@3.0.0
73+ - name : Patch v3.0.0
74+ run : |
75+ cd Firmware/RTK_Everywhere/Patch/
76+ cp WiFiScan.h /home/runner/.arduino15/packages/esp32/hardware/esp32/3.0.0/libraries/WiFi/src/WiFiScan.h
77+ cp WiFiScan.cpp /home/runner/.arduino15/packages/esp32/hardware/esp32/3.0.0/libraries/WiFi/src/WiFiScan.cpp
6978
7079 - name : Get Known Libraries
7180 run : arduino-cli lib install
You can’t perform that action at this time.
0 commit comments