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:
Just Call Me Koko
2026-07-14 16:12:30 -04:00
committed by GitHub
+2 -2
View File
@@ -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) {