Skip to content

Commit

Permalink
BUG FIX: Queue overflow due to no stopping queue on exit from GPS men…
Browse files Browse the repository at this point in the history
…u fixed. Now calls stopscan.
  • Loading branch information
Kragg Malak committed Dec 17, 2023
1 parent 41bbcae commit 2d64045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp32_marauder/MenuFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1688,6 +1688,7 @@ void MenuFunctions::RunSetup()
gpsInfoMenu.parentMenu = &deviceMenu;
this->addNodes(&gpsInfoMenu, text09, TFT_LIGHTGREY, NULL, 0, [this]() {
wifi_scan_obj.currentScanMode = WIFI_SCAN_OFF;
wifi_scan_obj.StartScan(WIFI_SCAN_OFF);
this->changeMenu(gpsInfoMenu.parentMenu);
});
}
Expand Down

0 comments on commit 2d64045

Please sign in to comment.