1
0
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:
Daniele Viganò 2021-12-08 22:19:24 +01:00
parent 26480c5217
commit f6ddbfce9f
Signed by: dani
GPG Key ID: DB49AFC03C40EE02
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ struct netConfig {
IPAddress iot_address;
unsigned int iot_port;
IPAddress ntp_address;
unsigned int ntp_port;
unsigned int ntp_port; // not used
} config;
char serial[9];

View File

@ -51,7 +51,7 @@ struct netConfig {
IPAddress iot_address;
unsigned int iot_port;
IPAddress ntp_address;
unsigned int ntp_port;
unsigned int ntp_port; // not used
} config;
char* serial;