Skip to content

Commit

Permalink
add nano iot connection support [WIP] (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbyIanna authored and ubidefeo committed Jun 18, 2019
1 parent 91cf551 commit ead3a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectionManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ConnectionManager {
#define WIFI_FIRMWARE_VERSION_REQUIRED WIFI_FIRMWARE_REQUIRED
#endif

#ifdef ARDUINO_SAMD_MKRWIFI1010
#if defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT)
#include <WiFiNINA.h>
#define BOARD_HAS_WIFI
#define NETWORK_HARDWARE_ERROR WL_NO_MODULE
Expand Down

0 comments on commit ead3a24

Please sign in to comment.