We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e333759 commit 201101bCopy full SHA for 201101b
src/AIoTC_Config.h
@@ -155,7 +155,8 @@
155
#endif
156
157
#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)
+ || defined(ARDUINO_UNOR4_WIFI) || defined(ARDUINO_PORTENTA_C33) || defined(ARDUINO_NANO_RP2040_CONNECT) \
159
+ || defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT)
160
#define NETWORK_CONFIGURATOR_ENABLED (1)
161
#else
162
#define NETWORK_CONFIGURATOR_ENABLED (0)
0 commit comments