File tree 3 files changed +6
-6
lines changed
ArduinoIoTCloud_Travis_CI 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;
54
54
String str_property_7 ;
55
55
String str_property_8 ;
56
56
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 ;
59
59
60
60
#if defined(BOARD_HAS_WIFI )
61
61
WiFiConnectionHandler ArduinoIoTPreferredConnection (SECRET_SSID , SECRET_PASS );
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ const int compressedCertSlot = 10;
9
9
const int serialNumberAndAuthorityKeyIdentifierSlot = 11 ;
10
10
const int deviceIdSlot = 12 ;
11
11
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 ;
14
14
15
15
ECCX08CertClass ECCX08Cert;
16
16
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ const int compressedCertSlot = 10;
34
34
const int serialNumberAndAuthorityKeyIdentifierSlot = 11 ;
35
35
const int deviceIdSlot = 12 ;
36
36
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 ;
39
39
40
40
char ssid[] = SECRET_SSID;
41
41
char pass[] = SECRET_PASS;
You can’t perform that action at this time.
0 commit comments