Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate rewrite of OTA functions #15

Open
johnwalicki opened this issue Apr 22, 2021 · 1 comment
Open

Investigate rewrite of OTA functions #15

johnwalicki opened this issue Apr 22, 2021 · 1 comment

Comments

@johnwalicki
Copy link
Member

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.

@andygrillo
Copy link
Member

OTA with SPIFFS is now working in AWS version. However we have omitted OTA from the main to make it easier to get started. Can we close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants