File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
ArduinoIoTCloud_Travis_CI Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ String str_property_6;
5454String str_property_7 ;
5555String str_property_8 ;
5656
57- const int MIN_NTP_PORT = 49152 ;
58- const int MAX_NTP_PORT = 65535 ;
57+ int MIN_NTP_PORT = 49152 ;
58+ int MAX_NTP_PORT = 65535 ;
5959
6060#if defined(BOARD_HAS_WIFI )
6161 WiFiConnectionHandler ArduinoIoTPreferredConnection (SECRET_SSID , SECRET_PASS );
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ const int compressedCertSlot = 10;
99const int serialNumberAndAuthorityKeyIdentifierSlot = 11 ;
1010const int deviceIdSlot = 12 ;
1111
12- const int MIN_NTP_PORT = 49152 ;
13- const int MAX_NTP_PORT = 65535 ;
12+ int MIN_NTP_PORT = 49152 ;
13+ int MAX_NTP_PORT = 65535 ;
1414
1515ECCX08CertClass ECCX08Cert;
1616
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ const int compressedCertSlot = 10;
3434const int serialNumberAndAuthorityKeyIdentifierSlot = 11 ;
3535const int deviceIdSlot = 12 ;
3636
37- const int MIN_NTP_PORT = 49152 ;
38- const int MAX_NTP_PORT = 65535 ;
37+ int MIN_NTP_PORT = 49152 ;
38+ int MAX_NTP_PORT = 65535 ;
3939
4040char ssid[] = SECRET_SSID;
4141char pass[] = SECRET_PASS;
You can’t perform that action at this time.
0 commit comments