mirror of
https://github.com/daniviga/bite.git
synced 2025-04-20 14:31:20 +02:00
NTP port is not currently used
This commit is contained in:
parent
26480c5217
commit
f6ddbfce9f
@ -51,7 +51,7 @@ struct netConfig {
|
|||||||
IPAddress iot_address;
|
IPAddress iot_address;
|
||||||
unsigned int iot_port;
|
unsigned int iot_port;
|
||||||
IPAddress ntp_address;
|
IPAddress ntp_address;
|
||||||
unsigned int ntp_port;
|
unsigned int ntp_port; // not used
|
||||||
} config;
|
} config;
|
||||||
|
|
||||||
char serial[9];
|
char serial[9];
|
||||||
|
@ -51,7 +51,7 @@ struct netConfig {
|
|||||||
IPAddress iot_address;
|
IPAddress iot_address;
|
||||||
unsigned int iot_port;
|
unsigned int iot_port;
|
||||||
IPAddress ntp_address;
|
IPAddress ntp_address;
|
||||||
unsigned int ntp_port;
|
unsigned int ntp_port; // not used
|
||||||
} config;
|
} config;
|
||||||
|
|
||||||
char* serial;
|
char* serial;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user