Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webrepl: Support LAN as well as WLAN boards. #762

Open
jimmo opened this issue Nov 1, 2023 · 0 comments · May be fixed by #920
Open

webrepl: Support LAN as well as WLAN boards. #762

jimmo opened this issue Nov 1, 2023 · 0 comments · May be fixed by #920

Comments

@jimmo
Copy link
Member

jimmo commented Nov 1, 2023

When webrepl starts, it prints out the IP address to stdout, however it does this by querying the network.WLAN object -- https://github.com/micropython/micropython-lib/blob/master/micropython/net/webrepl/webrepl.py#L105

This should also try network.LAN (and not fail if network.LAN xor network.WLAN are unavailable).

@Romaric-RILLET Romaric-RILLET linked a pull request Sep 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant