Skip to content

Commit 68c4256

Browse files
author
Luigi Gubello
committed
Fix SelfProvisioning
1 parent d4922c0 commit 68c4256

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/utility/SelfProvisioning/SelfProvisioning.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ const int compressedCertSlot = 10;
3434
const int serialNumberAndAuthorityKeyIdentifierSlot = 11;
3535
const int deviceIdSlot = 12;
3636

37+
const int MIN_NTP_PORT = 49152;
38+
const int MAX_NTP_PORT = 65535;
39+
3740
char ssid[] = SECRET_SSID;
3841
char pass[] = SECRET_PASS;
3942
char client_id[] = SECRET_CLIENT_ID;

0 commit comments

Comments
 (0)