Skip to content
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

Merged
merged 5 commits into from Jun 24, 2020

Conversation

facchinm
Copy link
Member

@facchinm facchinm commented Aug 8, 2019

No description provided.

return 10;
}

int downloadFile(const uint8_t command[], uint8_t response[]) {
Copy link
Contributor

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 ...

Copy link
Member Author

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

Copy link
Contributor

@aentinger aentinger left a 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 🚀

@aentinger aentinger merged commit 1a5604f into master Jun 24, 2020
@aentinger aentinger deleted the unowifirev2_ota branch June 24, 2020 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants