Update MenuFunctions.cpp

Change text1_67 to text1_66
This commit is contained in:
H4W9
2025-08-21 10:57:00 -05:00
committed by GitHub
parent 3c61198d09
commit 938a691010

View File

@@ -2040,7 +2040,7 @@ void MenuFunctions::RunSetup()
// H4W9 Added GPS Menu option to Main Menu
#ifdef HAS_GPS
this->addNodes(&mainMenu, text1_67, TFTRED, NULL, GPS_MENU, [this]() {
this->addNodes(&mainMenu, text1_66, TFTRED, NULL, GPS_MENU, [this]() {
this->changeMenu(&gpsMenu);
});
#endif
@@ -4165,3 +4165,4 @@ void MenuFunctions::displayCurrentMenu(int start_index)
#endif