We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried to run below script at my Sipeed MAix Dan Dock(M1w model). https://github.com/sipeed/MaixPy_scripts/blob/master/network/demo_wifi_ap_scan.py
but got the following error.
Traceback (most recent call last): File "<stdin>", line 36, in <module> AttributeError: 'ESP8285' object has no attribute 'scan'
What's wrong?
The text was updated successfully, but these errors were encountered:
this version have no this attribute, but the 0.3.2 do
Sorry, something went wrong.
Dear @Neutree
It's not fixed yet. Because nic.scan() return SSID ONLY. but this code expects SSID, RSSI, and MAC address. https://github.com/sipeed/MaixPy_scripts/blob/6928fe172a77402915850a27c6f8fe04a75b8223/network/demo_wifi_ap_scan.py#L21
nic.scan()
No branches or pull requests
I've tried to run below script at my Sipeed MAix Dan Dock(M1w model).
https://github.com/sipeed/MaixPy_scripts/blob/master/network/demo_wifi_ap_scan.py
but got the following error.
What's wrong?
The text was updated successfully, but these errors were encountered: