POST to HQ using ESPv3
This commit is contained in:
@@ -10,7 +10,7 @@ else
|
||||
fi
|
||||
|
||||
echo "#define VERSION \"${NAME}\"" >> compile_flags.h
|
||||
arduino-cli compile $LIBS -e -b esp32:esp32:esp32 || exit 1
|
||||
arduino-cli compile --build-property build.partitions=huge_app --build-property upload.maximum_size=3145728 -e -b esp32:esp32:esp32 || exit 1
|
||||
mv build/esp32.esp32.esp32/*.ino.bin Compiled/${NAME}.bin
|
||||
mv build/esp32.esp32.esp32/*.ino.elf Compiled/${NAME}.elf
|
||||
mv build/esp32.esp32.esp32/*.ino.partitions.bin Compiled/${NAME}.partitions.bin
|
||||
|
Reference in New Issue
Block a user