Skip to content

Commit c5b2af4

Browse files
committed
Update makefile to copy RTKEverywhere into the partitions directory
1 parent ccfd99c commit c5b2af4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firmware/Tools/makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,14 @@ libraries:
199199
echo ----------------------------------
200200
~/Arduino/arduino-cli lib list
201201

202-
partition: ../app3M_fat9M_16MB.csv
202+
partition: ../RTKEverywhere.csv
203203
ESP_PATH=/home/$$USER/.arduino15/packages/esp32/hardware/esp32/*
204204
for file in $$ESP_PATH; do \
205205
ESP_VERSION_PATH=$${file}; \
206206
done
207207
ESP_VERSION=$$(basename $$ESP_VERSION_PATH)
208208
cp $< ~/.arduino15/packages/esp32/hardware/esp32/$$ESP_VERSION/tools/partitions/app3M_fat9M_16MB.csv
209+
cp $< ~/.arduino15/packages/esp32/hardware/esp32/$$ESP_VERSION/tools/partitions/
209210

210211
../RTK_Everywhere/form.h: makefile ../RTK_Everywhere/* ../RTK_Everywhere/AP-Config/* ../RTK_Everywhere/AP-Config/src/* ../RTK_Everywhere/AP-Config/src/fonts/*
211212
python index_html_zipper.py ../RTK_Everywhere/AP-Config/index.html ../RTK_Everywhere/form.h

0 commit comments

Comments
 (0)