Hi, I'm currently playing around with esp32c3_supermini and while in devs devtools --serial, I'm sometimes getting the following error:
Deploy error: timeout (3000ms) waiting for response to YV00/2[1]: 0x80 sz=4: 40280000
and
Deploy error: no ACK for YV00/62[3]: 0x8f18 sz=224: 636f64653a207b307d2e00646973636f6e6e6563...
and
serial error: serial device 303a:1001 (write error: ENXIO: no such device or address, write)
serial error: serial device 303a:1001 (Error: ENXIO: no such device or address, write)
serial error: serial device n/a (write error: Cannot call write after a stream was destroyed)
Timeout (150ms)
Timeout (150ms)
Could you please help me understand why that could happen or what could be causing these errors? So far, I'm noticing they are happening randomly. I'm happy to provide parts of my code if needed. Thank you!
Hi, I'm currently playing around with
esp32c3_supermini
and while indevs devtools --serial
, I'm sometimes getting the following error:Deploy error: timeout (3000ms) waiting for response to YV00/2[1]: 0x80 sz=4: 40280000
andDeploy error: no ACK for YV00/62[3]: 0x8f18 sz=224: 636f64653a207b307d2e00646973636f6e6e6563...
andCould you please help me understand why that could happen or what could be causing these errors? So far, I'm noticing they are happening randomly. I'm happy to provide parts of my code if needed. Thank you!