Description
Describe the problem
I recently bought a couple of SeeedStudio's Xiao ESP32-C6. Using the Arduino IDE offline version 2.3.2 I put the boards URL (https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json) on Additional boards manager.
When first selecting the board via "Tools > Board > ESP32 > XIAO_ESP32C6" and selecting its COM port on top of the screen, I hit compile and get this error:
A fatal error occurred: Could not open COM12, the port doesn't exist Failed uploading: uploading error: exit status 2
I then re-select the COM port, which offers me the one last used before the -C6. I then have to go to "Tools > Board" and select the XIAO_ESP32C6 again, then the COM port again. And finally the compilation and upload works.
To reproduce
Get Arduino IDE 2.3.2, put this URL in additional boads manager (https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json). Get a SeeedStudio Xiao ESP32-C6, select it via "Tools > Boards", select its COM port and hit compile/upload.
Expected behavior
After selecting the Xiao ESP32-C6 via boards manager and selecting its COM port, I expect the code to be compiled and uploaded without issues (given the code compiles correctly).
Arduino IDE version
2.3.2
Operating system
Windows
Operating system version
W10 Home single language 22H2
Additional context
No response
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details