WIFI101_OTA example
mmanco89 opened this issue · 1 comments
mmanco89 commented
prolly there is a mis-include in WIFI101_OTA.ino example
#include <WiFi101.h>
instead of #include <WiFiNINA.h>
JAndrassy commented
include the WiFi library of your choice. more people use WiFiNINA than WiFi101. WiFiS3 works too.