Skip to content

Commit 0f21423

Browse files
committed
introducing Cellular possibility on Connection Handler Demo
1 parent c72dfdb commit 0f21423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/ConnectionHandlerDemo/ConnectionHandlerDemo.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
#define CONN_TOGGLE_MS 60000
3636

3737
#if !(defined(BOARD_HAS_WIFI) || defined(BOARD_HAS_GSM) || defined(BOARD_HAS_LORA) || \
38-
defined(BOARD_HAS_NB) || defined(BOARD_HAS_ETHERNET) || defined(BOARD_HAS_CATM1_NBIOT))
38+
defined(BOARD_HAS_NB) || defined(BOARD_HAS_ETHERNET) || defined(BOARD_HAS_CATM1_NBIOT) \
39+
|| defined(BOARD_HAS_CELLULAR))
3940
#error "Please check Arduino Connection Handler supported boards list: https://github.com/arduino-libraries/Arduino_ConnectionHandler/blob/master/README.md"
4041
#endif
4142

0 commit comments

Comments
 (0)