Skip to content

Commit e137db2

Browse files
committed
Config: add BOARD_HAS_ECCX08 for MKRWAN boards
MKRWAN has onboard ECC secure element but is not used for connection to ArduinoCloud
1 parent 29cfe80 commit e137db2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AIoTC_Config.h

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
#endif
114114

115115
#if defined(ARDUINO_SAMD_MKRWAN1300) || defined(ARDUINO_SAMD_MKRWAN1310)
116+
#define BOARD_HAS_ECCX08 // But is not used in the LPWAN implementation
116117
#define HAS_LORA
117118
#endif
118119

0 commit comments

Comments
 (0)