Skip to content

Commit 201101b

Browse files
committed
enable NetworkConfigurator for nina boards
1 parent e333759 commit 201101b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AIoTC_Config.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@
155155
#endif
156156

157157
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_OPTA) || defined(ARDUINO_GIGA) \
158-
|| defined(ARDUINO_UNOR4_WIFI) || defined(ARDUINO_PORTENTA_C33)
158+
|| defined(ARDUINO_UNOR4_WIFI) || defined(ARDUINO_PORTENTA_C33) || defined(ARDUINO_NANO_RP2040_CONNECT) \
159+
|| defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT)
159160
#define NETWORK_CONFIGURATOR_ENABLED (1)
160161
#else
161162
#define NETWORK_CONFIGURATOR_ENABLED (0)

0 commit comments

Comments
 (0)