JAndrassy / ArduinoOTA

Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries
GNU Lesser General Public License v2.1
450 stars 91 forks source link

Initial SAMD51 support #104

Closed vshymanskyy closed 3 years ago

vshymanskyy commented 3 years ago

Tested with Seeed Wio Terminal

Closes #53

vshymanskyy commented 3 years ago

@jandrassy please review, as I have only limited experience with SAMDx1 devices.

vshymanskyy commented 3 years ago

@jandrassy thanks for merging it. Could you please also publish a new version of the library? Thanks!

JAndrassy commented 3 years ago

@vshymanskyy Volodymyr, did you test the upload from IDE or only Edgent download to InternalStorage? the Seeed SAMD boards package has the configuration for OTA from IDE. I will update README for SAMD51 if the upload from IDE works too.

vshymanskyy commented 3 years ago

No, I have only tested the HTTP download.

On Fri, Jul 30, 2021, 5:16 PM Juraj Andrássy @.***> wrote:

@vshymanskyy https://github.com/vshymanskyy Volodymyr, did you test the upload from IDE or only Edgent download to InternalStorage? the Seeed SAMD boards package has the configuration for OTA from IDE. I will update README for SAMD51 if the upload from IDE works too.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jandrassy/ArduinoOTA/pull/104#issuecomment-889923517, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALP3FBUXFXHH5GEQAZWQKLT2KX4ZANCNFSM5BF6DXQQ .

JAndrassy commented 3 years ago

Could you please also publish a new version of the library? Thanks!

done

vshymanskyy commented 3 years ago

Awesome, thank you!