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

Commits on Sep 5, 2024

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

    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 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f46dffd View commit details
    Browse the repository at this point in the history