Update NTP Server Comments

change 0.pool.ntp.org to meshtastic.pool.ntp.org in NTP Server Commente
This commit is contained in:
pdxlocations 2025-03-13 21:32:30 -07:00 committed by GitHub
parent 035a8017b8
commit db4578960e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -492,7 +492,7 @@ message Config {
string wifi_psk = 4;
/*
* NTP server to use if WiFi is conneced, defaults to `0.pool.ntp.org`
* NTP server to use if WiFi is conneced, defaults to `meshtastic.pool.ntp.org`
*/
string ntp_server = 5;
@ -1139,4 +1139,4 @@ message Config {
SessionkeyConfig sessionkey = 9;
DeviceUIConfig device_ui = 10;
}
}
}