mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-04 12:44:40 +00:00
Merge branch '2.7-MiscFixes-Week1' of https://github.com/meshtastic/firmware into 2.7-MiscFixes-Week1
This commit is contained in:
commit
0ba3170dfe
@ -312,7 +312,7 @@ void menuHandler::compassNorthMenu()
|
|||||||
config.display.compass_north_top = false;
|
config.display.compass_north_top = false;
|
||||||
service->reloadConfig(SEGMENT_CONFIG);
|
service->reloadConfig(SEGMENT_CONFIG);
|
||||||
screen->setFrames();
|
screen->setFrames();
|
||||||
} else {
|
} else if (selected == 0) {
|
||||||
menuQueue = position_base_menu;
|
menuQueue = position_base_menu;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user