mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-03 00:20:43 +00:00
Fix menu name from Position to GPS
This commit is contained in:
@@ -1211,9 +1211,9 @@ void menuHandler::positionBaseMenu()
|
||||
|
||||
BannerOverlayOptions bannerOptions;
|
||||
if (accelerometerThread) {
|
||||
bannerOptions = createStaticBannerOptions("Position Action", calibrateOptions, calibrateLabels, onSelection);
|
||||
bannerOptions = createStaticBannerOptions("GPS Action", calibrateOptions, calibrateLabels, onSelection);
|
||||
} else {
|
||||
bannerOptions = createStaticBannerOptions("Position Action", baseOptions, baseLabels, onSelection);
|
||||
bannerOptions = createStaticBannerOptions("GPS Action", baseOptions, baseLabels, onSelection);
|
||||
}
|
||||
|
||||
screen->showOverlayBanner(bannerOptions);
|
||||
|
||||
Reference in New Issue
Block a user