Replies: 2 comments 2 replies
-
There is some documentation in the sources. OTA depends on it getting enough slices to do it's work in the loop, if the loop blocks for a longer time it could explain the timeout you are seeing. |
Beta Was this translation helpful? Give feedback.
1 reply
-
First hit on google: https://www.aranacorp.com/en/generating-and-uploading-bin-files-to-an-esp8266/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to understand how to use the OTA option. I've added a password and I see I can upload a ROM file. I'm using the Arduino IDE to compile a custom version of the server. Where do I find the files to upload?
I've also tried to include ArduinoOTA into the code so I could upload directly from the IDE. But it seems there is some conflict with the existing code - After 1 minute the network port disconnects and disappears from the IDE.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions