Fixed invalid spiffs size

This commit is contained in:
Mark Qvist 2023-09-22 07:59:01 +02:00
parent b78613a131
commit 9a348c8cfc

View File

@ -43,7 +43,7 @@ console-site:
spiffs: console-site spiffs-image spiffs: console-site spiffs-image
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: upload-spiffs:
@echo Deploying SPIFFS image... @echo Deploying SPIFFS image...