Closed dvv closed 6 years ago
I like this approach which you provided. Let's test it in production. If people will complain, we modify it to util.get_serial_ports()
Thanks! ;)
\o/
@ivankravets
If people will complain, we modify it to
util.get_serial_ports()
First failure was reported in the forum, see https://github.com/platformio/platform-espressif8266/issues/134
ESP_0CE07E is perfectly valid host name in intranet but when uploading it is treated as serial port. Proposed is to try explicitly network-resolve provided port. If this is not welcome, I believe it's easier and more robust to compose regexp for known serial ports, or use serial port list fetched from system (
util.get_serial_ports()
?)