Add GPS Data command

This commit is contained in:
Just Call Me Koko
2023-09-05 14:23:05 -04:00
parent 4b000c8d18
commit e92476fb26
5 changed files with 139 additions and 294 deletions

View File

@@ -148,11 +148,6 @@ class MenuFunctions
// Settings things menus
Menu generateSSIDsMenu;
#ifdef HAS_GPS
// GPS Menu
Menu gpsInfoMenu;
#endif
static void lv_tick_handler();
// Menu icons
@@ -177,6 +172,11 @@ class MenuFunctions
Menu clearSSIDsMenu;
Menu clearAPsMenu;
#ifdef HAS_GPS
// GPS Menu
Menu gpsInfoMenu;
#endif
Ticker tick;
uint16_t x = -1, y = -1;