JAndrassy/ArduinoOTA

WIFI101_OTA example

mmanco89 opened this issue · 1 comments

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

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

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