We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897a24d commit 34a8d30Copy full SHA for 34a8d30
src/AIoTC_Config.h
@@ -115,7 +115,7 @@
115
#if defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKR1000) || \
116
defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT) || \
117
defined(ARDUINO_SAMD_MKRNB1500) || defined(ARDUINO_PORTENTA_H7_M7) || \
118
- defined(ARDUINO_PORTENTA_H7_M4)
+ defined(ARDUINO_PORTENTA_H7_M4) || defined (ARDUINO_NANO_RP2040_CONNECT)
119
#define BOARD_HAS_ECCX08
120
#define HAS_TCP
121
#endif
0 commit comments