Sometimes when working with ESP32 devices, specially when using an LLM to drive the connection, a serial port can remain open by another cli (j serial...) , if you try to flash it will fail because the port has been locked.
I suggest that we force close the port from the flash driver command, making sure that the stream will be canceled, and then proceed to flash.
Sometimes when working with ESP32 devices, specially when using an LLM to drive the connection, a serial port can remain open by another cli (j serial...) , if you try to flash it will fail because the port has been locked.
I suggest that we force close the port from the flash driver command, making sure that the stream will be canceled, and then proceed to flash.