Fixed invalid spiffs size
This commit is contained in:
parent
b78613a131
commit
9a348c8cfc
2
Makefile
2
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...
|
||||
|
Loading…
Reference in New Issue
Block a user