You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official OTA functions has some limitations. We cannot OTA upgrade the SPIFFS data partition. That might be a blocker if we need to refresh the server certificates.
There are several other open source libraries that provide OTA functionality. Investigate which is best for the OpenEEW use case.
The firmware currently uses the official Espressif ESP32 OTA functions.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/esp_https_ota.html
The official OTA functions has some limitations. We cannot OTA upgrade the SPIFFS data partition. That might be a blocker if we need to refresh the server certificates.
There are several other open source libraries that provide OTA functionality. Investigate which is best for the OpenEEW use case.
The text was updated successfully, but these errors were encountered: