Commit 162bf3c5 authored by Damien George's avatar Damien George

tools/mpremote: Add "devs" shortcut for "connect list".

See issue #7480.
Signed-off-by: default avatarDamien George <damien@micropython.org>
parent 1f489343
......@@ -27,6 +27,7 @@ _PROG = "mpremote"
_BUILTIN_COMMAND_EXPANSIONS = {
# Device connection shortcuts.
"devs": "connect list",
"a0": "connect /dev/ttyACM0",
"a1": "connect /dev/ttyACM1",
"a2": "connect /dev/ttyACM2",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment