>>>import network
>>> sta_if=network.WLAN(network.STA_IF)
>>> sta_if.active(1)
>>> sta_if.scan()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: scan failed
Search found 1 match
- Mon Sep 16, 2019 4:05 pm
- Forum: ESP8266 boards
- Topic: ESP8266 wifi OSError
- Replies: 1
- Views: 2924