Skip to content

Commit ead3a24

Browse files
AlbyIannaubidefeo
AlbyIanna
authored andcommitted
add nano iot connection support [WIP] (#74)
1 parent 91cf551 commit ead3a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConnectionManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class ConnectionManager {
7373
#define WIFI_FIRMWARE_VERSION_REQUIRED WIFI_FIRMWARE_REQUIRED
7474
#endif
7575

76-
#ifdef ARDUINO_SAMD_MKRWIFI1010
76+
#if defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT)
7777
#include <WiFiNINA.h>
7878
#define BOARD_HAS_WIFI
7979
#define NETWORK_HARDWARE_ERROR WL_NO_MODULE

0 commit comments

Comments
 (0)