-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add the ability to updates ESP8266 via OTA / OTA Uploading #20
Comments
I did the work for this on the add-ota-upload branch, but I could never get the OTA upload reliably working. When the work on the unified version of the code is complete (see #31), I'll take a look back at this and see if I can finally get it working. |
I've successfully added OTA code to your code and it works perfectly. I use it on a Magic Home RGB wifi controller. Other firmwares were too complicated for my needs so I've used this and changed the data pins accordingly and now added OTA. Added this to config:
Then just added this between setup_wifi and void setup_wifi:
|
@Philje123 Thanks for sharing. I've been planning to come back to the OTA work soon, and that example might help. I'm not sure if it's much different that what I had before, but I'll review and get it working. (Note: I edited your comment just to add code formatting. When adding a multiline code block, surround the code with |
A features that could be great to have in this excellent project, is the ability to updates ESP8266/NODEMCU via OTA / OTA Uploading
http://esp8266.github.io/Arduino/versions/2.0.0/doc/ota_updates/ota_updates.html
Thanks.
The text was updated successfully, but these errors were encountered: