joelsernamoreno/EvilCrowRF-V2

Cannot view the Evil Crow's SSID from cell phones.

Closed this issue · 3 comments

trigat commented

I cannot view the Evil Crow's SSID from cell phones. Is there any issue that may be causing this? I can see the Evil Crow SSID from any computer and my ESP LilyGo watch. I cannot however see the SSID from multiple cell phones. I do not have this issue with other ESP8266/32 Arduino programmed devices that host an AP. I'm testing this with Android phones since I do not have an Iphone.

Hello

This is due to the WiFi channel used. You can change this in the firmware and reflash the firmware on the device

This is default, change this
const int wifi_channel = 12

trigat commented

Thank you. I should have tested that.

trigat commented

Closing