From db4578960ece523d7a95ed88bc6ef166139d2ecc Mon Sep 17 00:00:00 2001 From: pdxlocations <117498748+pdxlocations@users.noreply.github.com> Date: Thu, 13 Mar 2025 21:32:30 -0700 Subject: [PATCH] Update NTP Server Comments change 0.pool.ntp.org to meshtastic.pool.ntp.org in NTP Server Commente --- meshtastic/config.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}