We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72dfdb commit 0f21423Copy full SHA for 0f21423
examples/ConnectionHandlerDemo/ConnectionHandlerDemo.ino
@@ -35,7 +35,8 @@
35
#define CONN_TOGGLE_MS 60000
36
37
#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))
+ defined(BOARD_HAS_NB) || defined(BOARD_HAS_ETHERNET) || defined(BOARD_HAS_CATM1_NBIOT) \
39
+ || defined(BOARD_HAS_CELLULAR))
40
#error "Please check Arduino Connection Handler supported boards list: https://github.com/arduino-libraries/Arduino_ConnectionHandler/blob/master/README.md"
41
#endif
42
0 commit comments