Open quantenschaum opened 2 years ago
Interesting to note:
You can set the transmission channel with wifi_set_channel()
but advertise a different channel in beaconPacket[82]
.
The phone/router show the latter when receiving the beacons.
Try this one - https://github.com/atom-smasher/esp8266_beaconSpam
I just tried this out and found that my phone and router show all the APs on channel 13 instead of 1,6,11. Using a single channel works as expected, but hopping between multiple channels does not seem to work?
When I do this with an esp32 it behaves the same.
Does anyone else have this issue?