File tree Expand file tree Collapse file tree 5 files changed +0
-15
lines changed
ArduinoIoTCloud_Travis_CI Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 44#define THING_ID "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
55#define BOARD_ID "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
66
7- const int MIN_NTP_PORT = 49152 ;
8- const int MAX_NTP_PORT = 65535 ;
9-
107void onSwitchButtonChange ();
118void onColorChange ();
129
Original file line number Diff line number Diff line change 1212#define THING_ID "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
1313#define BOARD_ID "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
1414
15- const int MIN_NTP_PORT = 49152 ;
16- const int MAX_NTP_PORT = 65535 ;
17-
1815void onLedChange ();
1916
2017bool led ;
Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ String str_property_6;
5454String str_property_7 ;
5555String str_property_8 ;
5656
57- int MIN_NTP_PORT = 49152 ;
58- int MAX_NTP_PORT = 65535 ;
59-
6057#if defined(BOARD_HAS_WIFI )
6158 WiFiConnectionHandler ArduinoIoTPreferredConnection (SECRET_SSID , SECRET_PASS );
6259#elif defined(BOARD_HAS_GSM )
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ const int compressedCertSlot = 10;
99const int serialNumberAndAuthorityKeyIdentifierSlot = 11 ;
1010const int deviceIdSlot = 12 ;
1111
12- int MIN_NTP_PORT = 49152 ;
13- int MAX_NTP_PORT = 65535 ;
14-
1512ECCX08CertClass ECCX08Cert;
1613
1714void setup () {
Original file line number Diff line number Diff line change @@ -34,9 +34,6 @@ const int compressedCertSlot = 10;
3434const int serialNumberAndAuthorityKeyIdentifierSlot = 11 ;
3535const int deviceIdSlot = 12 ;
3636
37- int MIN_NTP_PORT = 49152 ;
38- int MAX_NTP_PORT = 65535 ;
39-
4037char ssid[] = SECRET_SSID;
4138char pass[] = SECRET_PASS;
4239char client_id[] = SECRET_CLIENT_ID;
You can’t perform that action at this time.
0 commit comments