From 9a348c8cfca48b40b3ba475a2d9ed34854c552aa Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 22 Sep 2023 07:59:01 +0200 Subject: [PATCH] Fixed invalid spiffs size --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...