mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 07:40:58 -08:00
Update MenuFunctions.cpp
Change text1_67 to text1_66
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user