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 722e25d commit 2dfc4c3Copy full SHA for 2dfc4c3
examples/utility/ArduinoIoTCloud_Travis_CI/thingProperties.h
@@ -54,6 +54,8 @@ String str_property_6;
54
String str_property_7;
55
String str_property_8;
56
57
+const int MIN_NTP_PORT = 49152;
58
+const int MAX_NTP_PORT = 65535;
59
60
#if defined(BOARD_HAS_WIFI)
61
WiFiConnectionHandler ArduinoIoTPreferredConnection(SECRET_SSID, SECRET_PASS);
examples/utility/Provisioning/Provisioning.ino
@@ -9,6 +9,9 @@ const int compressedCertSlot = 10;
9
const int serialNumberAndAuthorityKeyIdentifierSlot = 11;
10
const int deviceIdSlot = 12;
11
12
13
14
+
15
ECCX08CertClass ECCX08Cert;
16
17
void setup() {
0 commit comments