Hello,
Unfortunately, there is a problem with DHCP on the latest firmware version.
4.5.9 - OSError: timeout waiting for DHCP to get IP address
4.4.3 - Works fine!
Init lan module and connect to network
lan = network.LAN()
lan.active(True)
lan.ifconfig(“dhcp”)