mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-06 21:54:44 +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;
|
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