-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Uploading to "Generic ESP8266 Module" returns
"No new serial port detected."esptool.py v2.8
Serial port net:localhost:4792
Traceback (most recent call last):
File "/home/duino/.arduino15/packages/esp8266/hardware/esp8266/2.6.3/tools/pyserial/serial/serialposix.py", line 265, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'net:localhost:4792'
Seems like it doesn't like a network connection, maybe a socket file?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working