Fix attempt NMEA Stream Screen printing

This commit is contained in:
Just Call Me Koko
2023-11-28 14:24:47 -05:00
parent 007819feaa
commit 7a15b5b36e
21 changed files with 72 additions and 20 deletions

View File

@@ -1672,6 +1672,7 @@ void MenuFunctions::RunSetup()
});
this->addNodes(&deviceMenu, "NMEA Stream", TFT_ORANGE, NULL, GPS_MENU, [this]() {
gps_obj.enable_queue();
wifi_scan_obj.currentScanMode = WIFI_SCAN_GPS_NMEA;
this->changeMenu(&gpsInfoMenu);
wifi_scan_obj.StartScan(WIFI_SCAN_GPS_NMEA, TFT_ORANGE);