Skip to content
Discussion options

You must be logged in to vote

This looks like a bug in webrepl. The offending code is here: https://github.com/micropython/micropython-lib/blob/master/micropython/net/webrepl/webrepl.py#L105

If you change those lines to query network.LAN instead, then copy webrepl.py to your device it will override the built-in version. We should fix this properly in webrepl (i.e. don't fail if it can't find network.WLAN, and also try network.LAN)

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jimmo
Comment options

jimmo Nov 1, 2023
Maintainer

@IoTrees
Comment options

@jimmo
Comment options

jimmo Nov 2, 2023
Maintainer

@IoTrees
Comment options

@IoTrees
Comment options

Answer selected by IoTrees
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants