-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Native OTA and simple OTA (GIT8266O-298) #713
Comments
simple OTA maybe is the best for you |
@dipendra77 please take a look at pinned issue if you are interested in In short, you only need to care about |
Can you please explain the difference ? On what basis should we decide whether to goo with simple ota or native ota? |
native ota may need to use the esp_ota, partition, http, etc. API directly, but simple ota does a wrap, so you can just call esp_https_ota, it's simple. |
Hi,
Can anyone tell me the differences between native OTA and simple OTA support for ESP8266 and in what context of Over the Air upgrade are they used ? I just want to upgrade the firmware on the device with a new binary file? which one should I opt for ?
Thank you in advance.
The text was updated successfully, but these errors were encountered: