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

Example wifi OTA with SD doesn't compile for nano 33 iot board #106

Closed winner10920 closed 3 years ago

winner10920 commented 3 years ago

Wifi OTA SD example

The above example doesn't compile due to an issue with the SDU library included. Compiled with Arduino IDE 1.8.13. It's not really an issue with your Library but I figured it's good information to know. I'm also going to figure out where to bring up an issue with the library itself I just don't know where yet.

I've got a working fix for the issue Here . Requires copying the /src and /extras folders to the corresponding location locally

JAndrassy commented 3 years ago

thank you. I had the Nano IoT SDU support on my TODO list.

(3 years ago I added support for Arduino M0 in SAMD SDU library and I created https://github.com/jandrassy/SDUnRF5)