From f3a70c16c81126663269482732b0665f00f0c229 Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Tue, 6 Apr 2021 23:37:51 +0200 Subject: [PATCH] timekeeper.cpp: update comments time source --- src/timekeeper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/timekeeper.cpp b/src/timekeeper.cpp index 9019fd3b..8ce89be9 100644 --- a/src/timekeeper.cpp +++ b/src/timekeeper.cpp @@ -12,6 +12,7 @@ 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', '?'}; // set Time Zone for user setting from paxcounter.conf