kopia lustrzana https://github.com/meshtastic/protobufs
Add ntp servew field
rodzic
765506bc23
commit
f1e495cbba
|
|
@ -2,4 +2,6 @@
|
||||||
*WiFiConfig.psk max_size:64
|
*WiFiConfig.psk max_size:64
|
||||||
|
|
||||||
# Max of three ignored nodes for our testing
|
# Max of three ignored nodes for our testing
|
||||||
*LoRaConfig.ignore_incoming max_count:3
|
*LoRaConfig.ignore_incoming max_count:3
|
||||||
|
|
||||||
|
*DeviceConfig.ntp_server max_size:33
|
||||||
|
|
@ -73,6 +73,11 @@ message Config {
|
||||||
*/
|
*/
|
||||||
bool debug_log_enabled = 4;
|
bool debug_log_enabled = 4;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* NTP server to use if WiFi is conneced, defaults to `0.pool.ntp.org`
|
||||||
|
*/
|
||||||
|
string ntp_server = 5;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue