How to OTA update my app on ESP32? #1276
-
I think the main steps are:
My question is how to re-write the application at runtime. |
Beta Was this translation helpful? Give feedback.
Answered by
josesimoes
Apr 21, 2023
Replies: 1 comment 2 replies
-
The in-field update is not available yet. https://github.com/nanoframework/Samples/tree/main/samples/AzureSDK/AzureEdgeOta |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jeffer80
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The in-field update is not available yet.
Until that happens the closest you get is using reflection to load an assembly through reflection.
https://github.com/nanoframework/Samples/tree/main/samples/AzureSDK/AzureEdgeOta