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 90b1aca commit d7f1222Copy full SHA for d7f1222
examples/ConnectionHandlerDemo/ConnectionHandlerDemo.ino
@@ -41,6 +41,8 @@ GSMConnectionHandler conMan(SECRET_APN, SECRET_PIN, SECRET_GSM_USER, SECRET_GSM_
41
NBConnectionHandler conMan(SECRET_PIN);
42
#elif defined(BOARD_HAS_LORA)
43
LoRaConnectionHandler conMan(SECRET_APP_EUI, SECRET_APP_KEY);
44
+#elif defined(BOARD_HAS_CATM1_NBIOT)
45
+CatM1ConnectionHandler conMan(SECRET_APN, SECRET_PIN, SECRET_GSM_USER, SECRET_GSM_PASS);
46
#endif
47
48
void setup() {
0 commit comments