micropython-lib/micropython
Romaric-RILLET 0cc6107cc9
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 <romaric.rillet@gmail.com>
2024-11-11 22:06:00 +01:00
..
aioespnow aioespnow,webrepl: Use recommended network.WLAN.IF_[AP|STA] constants. 2024-11-07 12:48:55 +11:00
aiorepl
bluetooth aioble: Pass additional connection arguments to gap_connect. 2024-10-18 13:03:39 +11:00
bundles
drivers
espflash
lora lora-sx127x: Fix configuring the implicit header option in the _SX127x. 2024-10-18 12:33:23 +11:00
mip
mip-cmdline
net webrepl: Support LAN as well as WLAN boards. 2024-11-11 22:06:00 +01:00
senml
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple umqtt.simple: Add optional socket timeout to connect method. 2024-11-07 11:51:33 +11:00
upysh
urequests
urllib.urequest
usb usb-device: Allow signaling capability of remote_wakeup. 2024-10-18 12:54:48 +11:00
xmltok
README.md

README.md

MicroPython-specific packages

These are packages that have been written specifically for use on MicroPython.

Packages in this directory should not have the same name as modules from the Python Standard Library.

Future plans

  • More organised directory structure based on purpose (e.g. drivers, network, etc).