wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

feat: Autodetect port #109

Closed kr-g closed 1 year ago

kr-g commented 1 year ago

this opens a port as detected by pyserial, or asks from a list which to open. its up to the end-user which one to choose. no dependency to esptool

resolves https://github.com/wendlers/mpfshell/issues/82

kr-g commented 1 year ago

there are also in addition new cmd-line options for device details

-ls, --list-dev list connected devices -lsr, --list-dev-raw list connected devices (raw) -lsrp, --list-dev-raw-pretty list connected devices pretty (raw)

skorokithakis commented 1 year ago

Thank you!