We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f51148 commit 93bb40aCopy full SHA for 93bb40a
examples/ArduinoIoTCloud-DeferredOTA/thingProperties.h
@@ -34,7 +34,7 @@ void initProperties() {
34
#elif defined(BOARD_HAS_GSM)
35
GSMConnectionHandler ArduinoIoTPreferredConnection(SECRET_PIN, SECRET_APN, SECRET_LOGIN, SECRET_PASS);
36
#elif defined(BOARD_HAS_LORA)
37
- LoRaConnectionHandler ArduinoIoTPreferredConnection(SECRET_APP_EUI, SECRET_APP_KEY, _lora_band::EU868, _lora_class::CLASS_A);
+ LoRaConnectionHandler ArduinoIoTPreferredConnection(SECRET_APP_EUI, SECRET_APP_KEY, _lora_band::EU868, NULL, _lora_class::CLASS_A);
38
#elif defined(BOARD_HAS_NB)
39
NBConnectionHandler ArduinoIoTPreferredConnection(SECRET_PIN, SECRET_APN, SECRET_LOGIN, SECRET_PASS);
40
#endif
0 commit comments