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 b7a0d87 commit f159200Copy full SHA for f159200
examples/ArduinoIoTCloud_LED_switch/thingProperties.h
@@ -23,7 +23,7 @@ void initProperties() {
23
ArduinoCloud.setSecretDeviceKey(SECRET_DEVICE_KEY);
24
#endif
25
ArduinoCloud.setThingId(THING_ID);
26
-#if defined(BOARD_HAS_WIFI) || defined(BOARD_HAS_GSM)
+#if defined(BOARD_HAS_WIFI) || defined(BOARD_HAS_GSM) || defined(BOARD_HAS_NB)
27
ArduinoCloud.addProperty(led, READWRITE, ON_CHANGE, onLedChange);
28
ArduinoCloud.addProperty(potentiometer, READ, ON_CHANGE);
29
#elif defined(BOARD_HAS_LORA)
0 commit comments