We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96e332 commit 5e31e37Copy full SHA for 5e31e37
.github/workflows/compile-release.yml
@@ -50,10 +50,10 @@ jobs:
50
https://github.com/avinabmalla/ESP32_BleSerial.git
51
52
#Incorporate ESP-Now patch into core: https://github.com/espressif/arduino-esp32/pull/7044/files
53
- - name: Patch ESP32 Core
54
- run: |
55
- cd Firmware/RTK_Surveyor/Patch/
56
- cp WiFiGeneric.cpp /home/runner/.arduino15/packages/esp32/hardware/esp32/2.0.2/libraries/WiFi/src/WiFiGeneric.cpp
+ #- name: Patch ESP32 Core
+ # run: |
+ # cd Firmware/RTK_Surveyor/Patch/
+ # cp WiFiGeneric.cpp /home/runner/.arduino15/packages/esp32/hardware/esp32/2.0.2/libraries/WiFi/src/WiFiGeneric.cpp
57
58
- name: Compile Sketch
59
run: arduino-cli compile --fqbn esp32:esp32:esp32 ./Firmware/RTK_Surveyor/RTK_Surveyor.ino
0 commit comments