Skip to content

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

Open
@jimmo

Description

@jimmo

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions