Auto detect serial port #598
-
I wannt to use espflash as lib to replace the following code:
what is the best way to do that? I found the following method
but it needs a flasher which i can get with:
is there a methode that does that automatically? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Id recommend using the |
Beta Was this translation helpful? Give feedback.
Id recommend using the
3.0.0-rc.1
as it removes theInterface
abstraction which may simplify things a bit, basically you'll need to do the same as in theflash
function but instead of getting the args via cli, you'll need to set them in your program some way.