Add compass menu and needle point option

This commit is contained in:
Jonathan Bennett
2025-06-23 14:50:17 -05:00
parent 07cd16d2df
commit 4c0517c6f2
3 changed files with 57 additions and 4 deletions

View File

@@ -1259,7 +1259,7 @@ int Screen::handleInputEvent(const InputEvent *event)
#endif
#if HAS_GPS
} else if (this->ui->getUiState()->currentFrame == framesetInfo.positions.gps && gps) {
menuHandler::GPSToggleMenu();
menuHandler::positionBaseMenu();
#endif
} else if (this->ui->getUiState()->currentFrame == framesetInfo.positions.clock) {
menuHandler::clockMenu();