Add ntp servew field

This commit is contained in:
Sacha Weatherstone 2022-05-11 18:29:36 +10:00
parent 765506bc23
commit f1e495cbba
2 changed files with 8 additions and 1 deletions

View file

@ -2,4 +2,6 @@
*WiFiConfig.psk max_size:64
# 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

View file

@ -73,6 +73,11 @@ message Config {
*/
bool debug_log_enabled = 4;
/*
* NTP server to use if WiFi is conneced, defaults to `0.pool.ntp.org`
*/
string ntp_server = 5;
}
/*