change timesource symbol S to blank
This commit is contained in:
parent
3268824eb5
commit
e299444a89
@ -12,8 +12,8 @@
|
|||||||
static const char TAG[] = __FILE__;
|
static const char TAG[] = __FILE__;
|
||||||
|
|
||||||
// symbol to display current time source
|
// symbol to display current time source
|
||||||
// G = GPS / R = RTC / L = LORA / S = external Source / ? = unsynced
|
// G = GPS / R = RTC / L = LORA / ? = unsynced / <blank> = sync unknown
|
||||||
const char timeSetSymbols[] = {'G', 'R', 'L', '?', 'S'};
|
const char timeSetSymbols[] = {'G', 'R', 'L', '?', ' '};
|
||||||
|
|
||||||
// set Time Zone for user setting from paxcounter.conf
|
// set Time Zone for user setting from paxcounter.conf
|
||||||
TimeChangeRule myDST = DAYLIGHT_TIME;
|
TimeChangeRule myDST = DAYLIGHT_TIME;
|
||||||
|
Loading…
Reference in New Issue
Block a user