mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02:00
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: 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...
|
||||||
|
Loading…
Reference in New Issue
Block a user