chrisjoyce911 / esp32FOTA

Experiments in firmware OTA updates for ESP32 dev boards
The Unlicense
338 stars 86 forks source link

update littleFS.bin with this library ? #147

Open HoseinShirani opened 1 month ago

HoseinShirani commented 1 month 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 1 month 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 1 month ago

Ok thanks, with which examples can I do this

tobozo commented 1 month ago

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