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 2dfc4c3 commit 86e812bCopy full SHA for 86e812b
examples/ArduinoIoTCloud-Advanced/thingProperties.h
@@ -4,6 +4,9 @@
4
#define THING_ID "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
5
#define BOARD_ID "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
6
7
+const int MIN_NTP_PORT = 49152;
8
+const int MAX_NTP_PORT = 65535;
9
+
10
void onSwitchButtonChange();
11
void onColorChange();
12
examples/ArduinoIoTCloud-Basic/thingProperties.h
@@ -12,6 +12,9 @@
13
14
15
16
17
18
void onLedChange();
19
20
bool led;
0 commit comments