Remove channel hop from targeted eapol

This commit is contained in:
Just Call Me Koko
2025-10-09 11:12:40 -04:00
parent 7045ce9380
commit ba9ec4023e
2 changed files with 1 additions and 6 deletions

View File

@@ -8707,11 +8707,6 @@ void WiFiScan::main(uint32_t currentTime)
#endif
}
else if (currentScanMode == WIFI_SCAN_ACTIVE_LIST_EAPOL) {
if (currentTime - initTime >= this->channel_hop_delay * 1000)
{
initTime = millis();
channelHop();
}
#ifdef HAS_SCREEN
eapolMonitorMain(currentTime);
#endif

View File

@@ -437,7 +437,7 @@
#define HAS_SD
#define USE_SD
#define HAS_DUAL_BAND
//#define HAS_PSRAM
#define HAS_PSRAM
//#define HAS_TEMP_SENSOR
#endif
//// END BOARD FEATURES