spacehuhn / esp8266_beaconSpam

Creates up to a thousand WiFi access points with custom SSIDs.
MIT License
1.04k stars 202 forks source link

fix channel hopping, assign known MAC prefixes, comments #33

Open gojimmypi opened 3 years ago

gojimmypi commented 3 years ago

I thought it was a little odd to see the channels skipping around for each loop so I fixed that. Plus having known MAC address prefixes makes it look more like "real" devices (see the local copy of oui.txt ). There's also some code comments and minor formatting changes. Also included are some optional files for Visual Studio + Visual Micro compilation.

Cheers, hope you find the changes useful.

alphaO4 commented 2 years ago

Good Work