From e299444a894d38f70be872f489a07be0890345cc Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Wed, 7 Apr 2021 21:29:53 +0200 Subject: [PATCH] change timesource symbol S to blank --- src/timekeeper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/timekeeper.cpp b/src/timekeeper.cpp index f8a2ffe7..48bc1e9a 100644 --- a/src/timekeeper.cpp +++ b/src/timekeeper.cpp @@ -12,8 +12,8 @@ static const char TAG[] = __FILE__; // symbol to display current time source -// G = GPS / R = RTC / L = LORA / S = external Source / ? = unsynced -const char timeSetSymbols[] = {'G', 'R', 'L', '?', 'S'}; +// G = GPS / R = RTC / L = LORA / ? = unsynced / = sync unknown +const char timeSetSymbols[] = {'G', 'R', 'L', '?', ' '}; // set Time Zone for user setting from paxcounter.conf TimeChangeRule myDST = DAYLIGHT_TIME;