-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update scripter script size on esp32 #8174
Conversation
SPIFFS, really? Slow and it is deprecated. In ESP82XX it will be removed soon... |
@Jason2866 |
I see espeasy is using a 4M divide like What are the possiblities with regards to these parameters? |
camera interface with ai uses 2 mb, so together with tasmota we get about 3 |
If i do not missunderstand the way partitions are defined for ESP32 it should be easy |
I think there are no changes needed in PlatformIO. It's just a matter of defining This results in the below layout:
|
perfect! |
okay than 32 k SPIFFS? |
And from what I gather from the Arduino implementation they moved the eeprom partition within the nvs partition. Yes only 32k SPIFFS. Who needs SPIFFS? |
Gemu :-) |
I noticed you'll need a serial upload to change the partition layout so the sooner the better we implement this change. @Jason2866 can you push a PR with these parameters? (I'm offline within a minute ;-) |
I try to do in a minute |
@Jason2866 this one works, gives 64k SPIFFS Name, Type, SubType, Offset, Size, Flagsnvs, data, nvs, 0x9000, 0x5000, |
Description:
scripter uses SPIFFS on esp32 for scripts
#define ESP32_SCRIPT_SIZE xxx defaults to 8192 bytes
Checklist: