diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 95eb13e..9edc77c 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -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; } -} \ No newline at end of file +}