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 d4922c0 commit 68c4256Copy full SHA for 68c4256
examples/utility/SelfProvisioning/SelfProvisioning.ino
@@ -34,6 +34,9 @@ const int compressedCertSlot = 10;
34
const int serialNumberAndAuthorityKeyIdentifierSlot = 11;
35
const int deviceIdSlot = 12;
36
37
+const int MIN_NTP_PORT = 49152;
38
+const int MAX_NTP_PORT = 65535;
39
+
40
char ssid[] = SECRET_SSID;
41
char pass[] = SECRET_PASS;
42
char client_id[] = SECRET_CLIENT_ID;
0 commit comments