mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
b00cea250f
The GDB uses CreateFile to open COM port on Windows. However this function requires COM path to be `\\.\COMx` to open COM port whose number is larger than 10. Replace the port name from `COM` to `\\.\COM` when on Windows to fix this.