-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP Specific APIs - Missing API's #1358
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
Comments
If you are up to the C coding, the relevant headers are esp_image_format.h and esp_ota_ops.h. I took a quick look, and didn't see an easy way to stream the data through md5builder, but those headers are the place to start. Look through the Update library as well. |
Thank you :) |
@lbernstone, question , why does http://esp-idf.readthedocs.io/en/latest/api-reference/system/ota.html |
Not a question for me. I just loiter here. You'll need to have @me-no-dev answer that. He probably wanted more control than just handing off the read and write to the C code. |
Okay thanks :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
This stale issue has been automatically closed. Thank you for your contributions. |
Fixed in #2176 |
There are some APIs from ESP8266 lib ESP missing like:
Most interested in getSketchMD5. Working to implement these, but new to esp32 and need to understand the IDF more, so if anyone has hints, these are appreciate. Trying to understand how partitions work, since i think ill have to hash the current working partition, similar to how the esp8266 does it.
The text was updated successfully, but these errors were encountered: