mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-05 05:04:46 +00:00
Reorder Timezones to match expectations
This commit is contained in:
parent
c178396e20
commit
7c297eff8f
@ -118,8 +118,8 @@ void menuHandler::TZPicker()
|
|||||||
"US/Hawaii",
|
"US/Hawaii",
|
||||||
"US/Alaska",
|
"US/Alaska",
|
||||||
"US/Pacific",
|
"US/Pacific",
|
||||||
"US/Mountain",
|
|
||||||
"US/Arizona",
|
"US/Arizona",
|
||||||
|
"US/Mountain",
|
||||||
"US/Central",
|
"US/Central",
|
||||||
"US/Eastern",
|
"US/Eastern",
|
||||||
"UTC",
|
"UTC",
|
||||||
@ -142,10 +142,10 @@ void menuHandler::TZPicker()
|
|||||||
strncpy(config.device.tzdef, "AKST9AKDT,M3.2.0,M11.1.0", sizeof(config.device.tzdef));
|
strncpy(config.device.tzdef, "AKST9AKDT,M3.2.0,M11.1.0", sizeof(config.device.tzdef));
|
||||||
} else if (selected == 3) { // Pacific
|
} else if (selected == 3) { // Pacific
|
||||||
strncpy(config.device.tzdef, "PST8PDT,M3.2.0,M11.1.0", sizeof(config.device.tzdef));
|
strncpy(config.device.tzdef, "PST8PDT,M3.2.0,M11.1.0", sizeof(config.device.tzdef));
|
||||||
} else if (selected == 4) { // Mountain
|
} else if (selected == 4) { // Arizona
|
||||||
strncpy(config.device.tzdef, "MST7MDT,M3.2.0,M11.1.0", sizeof(config.device.tzdef));
|
|
||||||
} else if (selected == 5) { // Arizona
|
|
||||||
strncpy(config.device.tzdef, "MST7", sizeof(config.device.tzdef));
|
strncpy(config.device.tzdef, "MST7", sizeof(config.device.tzdef));
|
||||||
|
} else if (selected == 5) { // Mountain
|
||||||
|
strncpy(config.device.tzdef, "MST7MDT,M3.2.0,M11.1.0", sizeof(config.device.tzdef));
|
||||||
} else if (selected == 6) { // Central
|
} else if (selected == 6) { // Central
|
||||||
strncpy(config.device.tzdef, "CST6CDT,M3.2.0,M11.1.0", sizeof(config.device.tzdef));
|
strncpy(config.device.tzdef, "CST6CDT,M3.2.0,M11.1.0", sizeof(config.device.tzdef));
|
||||||
} else if (selected == 7) { // Eastern
|
} else if (selected == 7) { // Eastern
|
||||||
|
Loading…
Reference in New Issue
Block a user