-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Implement filesystem operation on spare flash and UNO WiFI OTA #32
Conversation
return 10; | ||
} | ||
|
||
int downloadFile(const uint8_t command[], uint8_t response[]) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might be missing a piece in arduinoOTA
but is this needed? From what I remember the arduinoOTA binary POSTs to a web server ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added that method to allow a board to perform OTA even if it's behind a NAT (mostly for Create 🙂 ). I used it also for local deployment
to reduce the amount of code that must be changed to adapt WiFi101OTA for UNO WiFi r2
e2a7d8f
to
0723542
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with MKR WiFi 1010
and it works 🚀
No description provided.