mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-17 18:53:30 +00:00
Fix prompt string for 12/24 hour picker
This commit is contained in:
parent
b55e763b29
commit
6a91741209
@ -1495,7 +1495,7 @@ void Screen::LoraRegionPicker(uint32_t duration)
|
||||
void Screen::TwelveHourPicker()
|
||||
{
|
||||
static const char *optionsArray[] = {"Back", "12-hour", "24-hour"};
|
||||
showOverlayBanner("Pick Timezone", 30000, optionsArray, 3, [](int selected) -> void {
|
||||
showOverlayBanner("12/24 display?", 30000, optionsArray, 3, [](int selected) -> void {
|
||||
if (selected == 0) {
|
||||
return;
|
||||
} else if (selected == 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user