From: Mark Qvist Date: Fri, 22 Sep 2023 05:59:01 +0000 (+0200) Subject: Fixed invalid spiffs size X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=9a348c8cfca48b40b3ba475a2d9ed34854c552aa;p=lora-radio.git Fixed invalid spiffs size --- diff --git a/Makefile b/Makefile index 69b9762..4ed186e 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ console-site: spiffs: console-site spiffs-image spiffs-image: - python Release/esptool/spiffsgen.py 2031616 ./Console/build Release/console_image.bin + python Release/esptool/spiffsgen.py 1966080 ./Console/build Release/console_image.bin upload-spiffs: @echo Deploying SPIFFS image...