JAndrassy / ArduinoOTA

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

WIFI101_OTA example #225

Closed mmanco89 closed 9 months ago

mmanco89 commented 9 months ago

prolly there is a mis-include in WIFI101_OTA.ino example

#include <WiFi101.h> instead of #include <WiFiNINA.h>

JAndrassy commented 9 months ago

include the WiFi library of your choice. more people use WiFiNINA than WiFi101. WiFiS3 works too.