You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
I noticed that the BSSIDs in the Wifi scan are different from the BSSIDs of my devices, but I realized the correct BSSIDs are part of the shown.
It's caused because in wifi.ino / _wifiScan line.119 the BSSID string array starts with BSSID[1] instead of BSSID[0].
Steps to reproduce
Start SCAN on the Wifi page and compare the detected BSSID with the BSSID of your AP.
On the Status page you can see the correct BSSID of your device, here it is shown correctly.
The text was updated successfully, but these errors were encountered:
maybe extend justwifi a bit so it gives more scanning info via more arguments? not that repetition is bad, but imo that could simplify the process a lot. and it'll show hidden networks too?
Bug description
I noticed that the BSSIDs in the Wifi scan are different from the BSSIDs of my devices, but I realized the correct BSSIDs are part of the shown.
It's caused because in wifi.ino / _wifiScan line.119 the BSSID string array starts with BSSID[1] instead of BSSID[0].
Steps to reproduce
Start SCAN on the Wifi page and compare the detected BSSID with the BSSID of your AP.
On the Status page you can see the correct BSSID of your device, here it is shown correctly.
The text was updated successfully, but these errors were encountered: