mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-04-28 03:53:06 -07:00
Rename AP stats
This commit is contained in:
@@ -2435,7 +2435,7 @@ void MenuFunctions::RunSetup()
|
||||
this->changeMenu(&ssidsMenu, true);
|
||||
});
|
||||
|
||||
this->addNodes(&wifiGeneralMenu, "View AP Stats", TFTGREEN, NULL, BEACON_SNIFF, [this]() {
|
||||
this->addNodes(&wifiGeneralMenu, "Host AP Info", TFTGREEN, NULL, BEACON_SNIFF, [this]() {
|
||||
display_obj.clearScreen();
|
||||
this->drawStatusBar();
|
||||
wifi_scan_obj.StartScan(WIFI_SCAN_DISPLAY_AP_INFO, TFT_GREEN);
|
||||
|
||||
Reference in New Issue
Block a user