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. #920

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Romaric-RILLET
Copy link

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)

Fix #762

@Romaric-RILLET Romaric-RILLET force-pushed the fix_webrepl_LAN_and_no_WLAN branch from 7fb3453 to f46dffd Compare September 5, 2024 21:55
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 <[email protected]>
@Romaric-RILLET Romaric-RILLET force-pushed the fix_webrepl_LAN_and_no_WLAN branch from f46dffd to 0cc6107 Compare November 11, 2024 21:09
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 this pull request may close these issues.

webrepl: Support LAN as well as WLAN boards.
1 participant