ESP8266 wifi OSError
Posted: Mon Sep 16, 2019 4:05 pm
>>>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
>>> 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