mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-07-28 14:47:16 -07:00
Merge pull request #1369 from tropicsquirrel/fix/redundant-delay-broadcast-beacon
Beacon spam: remove redundant per-frame delay(1) in broadcastSetSSID
This commit is contained in:
@@ -8153,8 +8153,8 @@ void WiFiScan::broadcastSetSSID(uint32_t current_time, const char* ESSID, uint8_
|
||||
}
|
||||
|
||||
this->changeChannel(set_channel);
|
||||
|
||||
delay(1);
|
||||
// (changeChannel() already delay(1)'d for the channel switch to settle; the extra
|
||||
// delay here was a redundant per-frame block on the beacon-spam path.)
|
||||
|
||||
// Randomize SRC MAC
|
||||
if(!legit) {
|
||||
|
||||
Reference in New Issue
Block a user