-
-
Notifications
You must be signed in to change notification settings - Fork 10
add optional timeout parameter -t #13
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
Conversation
CLA assistant check
All committers have signed the CLA.
For some uploads 10 seconds is not enough.
some context: I developed further the WiFi101_OTA library as a generic ArduinoOTA library. The library is used even with platforms without arduinoOTA configured so the library provides platform.local.txt for supported platforms. Here the users can simply add the new timeout parameter. Additionally the platform.local.txt have arduinoOTA configured as a programmer so user can add a 'programmer' with fixed IP address in programmers.txt. The timeout parameter can then be configured for specific IP address that is specific device.
For some uploads 10 seconds is not enough.