Update MenuFunctions.h to add GPS Menu

Just adds the GPS Menu
This commit is contained in:
H4W9
2025-08-20 10:31:24 -05:00
committed by GitHub
parent 3cf7702e23
commit 53613de14b

View File

@@ -165,6 +165,9 @@ class MenuFunctions
Menu wifiMenu;
Menu bluetoothMenu;
#ifdef HAS_GPS
Menu gpsMenu; // H4W9 Added GPS Menu option to Main Menu
#endif
Menu badusbMenu;
Menu deviceMenu;