File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,10 @@ jobs:
140
140
141
141
- name : Copy custom RTKEverywhere.csv
142
142
run :
143
- # Use the 16MB partitions by default. 8MB (Postcard) partitions must be compiled separately
143
+ # Compile the source using the 16MB partition file. Other platforms (ie, the 8MB Postcard) use
144
+ # the same binary but use a different partition binary during the upload phase.
145
+ # View the different RTK partition files used during upload here:
146
+ # https://github.com/sparkfun/SparkFun_RTK_Firmware_Uploader/tree/main/RTK_Firmware_Uploader/resource
144
147
cp Firmware/RTKEverywhere.csv /home/runner/.arduino15/packages/esp32/hardware/esp32/${{ env.CORE_VERSION }}/tools/partitions/RTKEverywhere.csv
145
148
146
149
- name : Compile Sketch
You can’t perform that action at this time.
0 commit comments