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 1f241e5 commit 1954abaCopy full SHA for 1954aba
src/ArduinoIoTCloud_Defines.h
@@ -19,7 +19,8 @@
19
#define ARDUINO_IOT_CLOUD_DEFINES_H_
20
21
#if defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKRWIFI1010) || \
22
- defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_NANO_33_IOT)
+ defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_NANO_33_IOT) || \
23
+ defined(ARDUINO_SAMD_MKRNB1500)
24
#define BOARD_HAS_ECCX08
25
#endif
26
0 commit comments