File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
FIRMWARE_VERSION_MINOR : 99
10
10
POINTPERFECT_LBAND_TOKEN : ${{ secrets.POINTPERFECT_LBAND_TOKEN }}
11
11
POINTPERFECT_IP_TOKEN : ${{ secrets.POINTPERFECT_IP_TOKEN }}
12
+ CORE_VERSION : 3.0.0
12
13
13
14
jobs :
14
15
build :
65
66
66
67
# We need v3.0.1-rc1 to fix the WiFiMulti.run timeout issue - but it is not yet available
67
68
# - name: Install platform
68
- # run: arduino-cli core install esp32:esp32@3.0.1-rc1
69
+ # run: arduino-cli core install esp32:esp32@${{ env.CORE_VERSION }}
69
70
70
71
# So, right now, we need to use v3.0.0 and patch it
71
72
- name : Install platform
@@ -130,7 +131,7 @@ jobs:
130
131
131
132
- name : Copy custom RTKEverywhere.csv
132
133
run :
133
- cp Firmware/RTKEverywhere.csv /home/runner/.arduino15/packages/esp32/hardware/esp32/2.0.11 /tools/partitions/RTKEverywhere.csv
134
+ cp Firmware/RTKEverywhere.csv /home/runner/.arduino15/packages/esp32/hardware/esp32/${{ env.CORE_VERSION }} /tools/partitions/RTKEverywhere.csv
134
135
135
136
- name : Compile Sketch
136
137
run : arduino-cli compile --fqbn "esp32:esp32:esp32":DebugLevel=${{ env.DEBUG_LEVEL }},PSRAM=enabled ./Firmware/RTK_Everywhere/RTK_Everywhere.ino
You can’t perform that action at this time.
0 commit comments