mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 12:20:43 +00:00
Minor fix for compass point menu
This commit is contained in:
parent
4c0517c6f2
commit
e0918ea448
@ -311,7 +311,7 @@ void menuHandler::compassNorthMenu()
|
||||
config.display.compass_north_top = false;
|
||||
service->reloadConfig(SEGMENT_CONFIG);
|
||||
screen->setFrames();
|
||||
} else {
|
||||
} else if (selected == 0) {
|
||||
menuQueue = position_base_menu;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user