I am using an esp32
, with the function esp_https_ota, but i think the situation applies in any iot OTA.
Let's take the situation:
- I release a release whose firmware badly controls subsequent OTAs
- I would like to release a patch ... but I can't because I broke the OTAs
Are there any tools or best practices to address this?
NB: I am not looking for a "solution", I do not want to remedy a problem that has already occurred, I would simply like to understand good practices.