mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-23 15:38:18 -08:00
+++ Ability to set the bssid +++ Ability to randomize the bssid at load time ++ Updated settings.html ++ Added Mac::randomize() + Updated Attack::generate to use Mac::randomize() + removed Mac::setMac() and overloaded Mac::set() with new parameters void set(uint8_t* mac); void set(Mac adr);