micropython-lib/micropython/net/webrepl
Romaric-RILLET 0cc6107cc9
webrepl: Support LAN as well as WLAN boards.
When webrepl starts, it prints out the IP address, however it does
this by querying the network.WLAN object.
This fail for board with an Ethernet interface but no WiFi interface.
We try both type of interface (and print error if none exist).

Signed-off-by: Romaric-RILLET <romaric.rillet@gmail.com>
2024-11-11 22:06:00 +01:00
..
manifest.py
webrepl.py webrepl: Support LAN as well as WLAN boards. 2024-11-11 22:06:00 +01:00
webrepl_setup.py