Skip to content

Commit 5e31e37

Browse files
committed
Update compile-release.yml
1 parent d96e332 commit 5e31e37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/compile-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
https://github.com/avinabmalla/ESP32_BleSerial.git
5151

5252
#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
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
5757

5858
- name: Compile Sketch
5959
run: arduino-cli compile --fqbn esp32:esp32:esp32 ./Firmware/RTK_Surveyor/RTK_Surveyor.ino

0 commit comments

Comments
 (0)