loboris / ESP32_TFT_library

Full featured TFT library for ESP32 with demo application
553 stars 219 forks source link

how to load new jpg images through OTA? #55

Open SmoothWifi opened 5 years ago

SmoothWifi commented 5 years ago

Hello,

first thanks for this great work! I am now looking for updating the design (jpg in SPIFFS partition) via an OTA, but I really don't know how to manage it? I guess I should convert the files directly into an understandable hex package and save it directly in the .bin file I download? But I am afraid the memory will be greatly affected. Do you know same case or do you have some ideas to make it easier?

Thanks and regards!