Skip to content

Commit 89e32b0

Browse files
committed
Readding MKR WAN 1300/1310 to error message
1 parent 1f93f72 commit 89e32b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/ArduinoIoTCloud_LED_switch/thingProperties.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#elif defined(BOARD_HAS_LORA)
77
#elif defined(BOARD_HAS_NB)
88
#else
9-
#error "Arduino IoT Cloud currently only supports MKR1000, MKR WiFi 1010, MKR NB 1500 and MKR GSM 1400"
9+
#error "Arduino IoT Cloud currently only supports MKR1000, MKR WiFi 1010, MKR WAN 1300/1310, MKR NB 1500 and MKR GSM 1400"
1010
#endif
1111

1212

examples/ArduinoIoTCloud_Travis_CI/thingProperties.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#elif defined(BOARD_HAS_LORA)
1111
#elif defined(BOARD_HAS_NB)
1212
#else
13-
#error "Arduino IoT Cloud currently only supports MKR1000, MKR WiFi 1010, MKR NB 1500 and MKR GSM 1400"
13+
#error "Arduino IoT Cloud currently only supports MKR1000, MKR WiFi 1010, MKR WAN 1300/1310, MKR NB 1500 and MKR GSM 1400"
1414
#endif
1515

1616
/******************************************************************************

0 commit comments

Comments
 (0)