You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the same use case as you, that's why I did MycilaSafeBoot: a recovery partition allowing to flash a bigger app partition. You can learn more at:
Hello,
I'm using huge partition csv:
Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x300000,
spiffs, data, spiffs, 0x310000,0xF0000,
And I use a lot of another libs in my project:
gyverlibs/GyverOLED@^1.6.1
gyverlibs/EncButton@^3.6.0
gyverlibs/GyverTimer@^3.2
gyverlibs/GyverBlinker@^1.1.0
bblanchon/ArduinoJson@^7.0.0
mathieucarbou/AsyncTCP @ 3.2.10
https://github.com/ayushsharma82/ElegantOTA#3.1.6
adafruit/Adafruit ADS1X15@^2.5.0
bodmer/TFT_eSPI@^2.5.43
gyverlibs/GyverSegment@^1.4.5
build_flags = -DELEGANTOTA_USE_ASYNC_WEBSERVER=1
ElegantOTA stops updating on 14%, then ESP32 rebooting ((
With standard partition or without updating working perfectly, but I have a big project.
Thanks for assistance!
The text was updated successfully, but these errors were encountered: