File tree Expand file tree Collapse file tree 3 files changed +1500
-4
lines changed
Firmware/RTK_Surveyor/Patch Expand file tree Collapse file tree 3 files changed +1500
-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.2
25
+ # We limit the ESP32 core to v2.0.4
26
26
- name : Install platform
27
- run :
arduino-cli core install esp32:[email protected] .2
27
+ run :
arduino-cli core install esp32:[email protected] .4
28
28
--additional-urls 'https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json'
29
29
30
30
- name : Start config file
48
48
https://github.com/knolleary/pubsubclient.git
49
49
https://github.com/avinabmalla/ESP32_BleSerial.git
50
50
51
+ # Incorporate ESP-Now patch into core: https://github.com/espressif/arduino-esp32/pull/7044/files
52
+ - name : Patch ESP32 Core
53
+ run : |
54
+ cd Firmware/RTK_Surveyor/Patch/
55
+ cp WiFiGeneric.cpp /home/runner/.arduino15/packages/esp32/hardware/esp32/2.0.4/libraries/WiFi/src/WiFiGeneric.cpp
56
+
51
57
- name : Compile Sketch
52
58
run : arduino-cli compile --fqbn "esp32:esp32:esp32":DebugLevel=debug ./Firmware/RTK_Surveyor/RTK_Surveyor.ino
53
59
--build-property build.partitions=partitions
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.2
24
+ # We limit the ESP32 core to v2.0.4
25
25
- name : Install platform
26
- run :
arduino-cli core install esp32:[email protected] .2
26
+ run :
arduino-cli core install esp32:[email protected] .4
27
27
--additional-urls 'https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json'
28
28
29
29
- name : Start config file
47
47
https://github.com/knolleary/pubsubclient.git
48
48
https://github.com/avinabmalla/ESP32_BleSerial.git
49
49
50
+ # Incorporate ESP-Now patch into core: https://github.com/espressif/arduino-esp32/pull/7044/files
51
+ - name : Patch ESP32 Core
52
+ run : |
53
+ cd Firmware/RTK_Surveyor/Patch/
54
+ cp WiFiGeneric.cpp /home/runner/.arduino15/packages/esp32/hardware/esp32/2.0.4/libraries/WiFi/src/WiFiGeneric.cpp
55
+
50
56
- name : Compile Sketch
51
57
run : arduino-cli compile --fqbn esp32:esp32:esp32 ./Firmware/RTK_Surveyor/RTK_Surveyor.ino
52
58
--build-property build.partitions=partitions
You can’t perform that action at this time.
0 commit comments