Fix menu name from Position to GPS

This commit is contained in:
Jason P
2026-01-02 10:24:20 -06:00
parent 54d6509118
commit 66bdf331dd

View File

@@ -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);