chrisjoyce911 / esp32FOTA

Experiments in firmware OTA updates for ESP32 dev boards
The Unlicense
363 stars 89 forks source link

update littleFS.bin with this library ? #147

Closed HoseinShirani closed 3 months ago

HoseinShirani commented 5 months ago

Hello and don't be tired Thank you very much for your good library. Can I update part littleFS.bin to FOta through this library?

tobozo commented 5 months ago

hi,

just add a littlefs entry with the partition binary name to the json manifest.

Obviously you can't store the certificate on the littlefs partition you're updating and the binary size must match the partition size.

HoseinShirani commented 5 months ago

Ok thanks, with which examples can I do this

tobozo commented 5 months ago

all of them except the one that uses LittleFS to store certificates