File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -199,13 +199,14 @@ libraries:
199
199
echo ----------------------------------
200
200
~/Arduino/arduino-cli lib list
201
201
202
- partition : ../app3M_fat9M_16MB .csv
202
+ partition : ../RTKEverywhere .csv
203
203
ESP_PATH=/home/$$ USER/.arduino15/packages/esp32/hardware/esp32/*
204
204
for file in $$ ESP_PATH; do \
205
205
ESP_VERSION_PATH=$$ {file}; \
206
206
done
207
207
ESP_VERSION=$$(basename $$ESP_VERSION_PATH)
208
208
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/
209
210
210
211
../RTK_Everywhere/form.h : makefile ../RTK_Everywhere/* ../RTK_Everywhere/AP-Config/* ../RTK_Everywhere/AP-Config/src/* ../RTK_Everywhere/AP-Config/src/fonts/*
211
212
python index_html_zipper.py ../RTK_Everywhere/AP-Config/index.html ../RTK_Everywhere/form.h
You can’t perform that action at this time.
0 commit comments