Conversation

Romaric-RILLET

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-RILLETRomaric-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-RILLETRomaric-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 . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

webrepl: Support LAN as well as WLAN boards.
@Romaric-RILLET