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
Hello @mcauser Thanks for the driver I have compiled with your code. However I could not run the ethernet interface
import network
lan = network.LAN()
lan.active(True)
After I run the code I get the error below.
MicroPython v1.18-602-gf63b4f85a on 2022-06-10; MCUDEV STM32F407VE with STM32F407VE
Type "help()" for more information.
>>> import network
>>> lan = network.LAN()
>>> lan.active(True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: [Errno 110] ETIMEDOUT
>>>
The text was updated successfully, but these errors were encountered:
Hello @mcauser Thanks for the driver I have compiled with your code. However I could not run the ethernet interface
After I run the code I get the error below.
The text was updated successfully, but these errors were encountered: