Closed tcsullivan closed 8 months ago
Look into the possibility of recovering from a bad OTA update. Could we set up a bootloader or something that can run the OTA process without overwriting itself? Or could this bootloader host an access point for a user to upload a "recovery" update?
Check out https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-reference/system/ota.html: our platform already does this. Don't think there's anything else for us to do here.
Look into the possibility of recovering from a bad OTA update. Could we set up a bootloader or something that can run the OTA process without overwriting itself? Or could this bootloader host an access point for a user to upload a "recovery" update?