-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Board
ESP32-S3
Device Description
ESP32-S3 WROOM board 8Mb flash and 8Mb RAM (I think).
Hardware Configuration
TFT display connected via SPI pins, but not in use, I am using the Adafruit TinyUSB library for USB Midi, BLE-Midi libraryand the Arduino Midi Library. I need all running at the same time. For Serial Midi to work I need to have CDC turned off as far as my testing says, and must use DFU to flash the board using the USB OTG connector. IDE configuration is attached.
Version
v2.0.4
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
QIO 80Mhz
PSRAM enabled
no
Upload speed
921600
Description
Reset the Board while pressing the Boot button.
A Com port is created as shown. In this case COM26, as you can see in the picture. If I disconnect the board and do the same procedure again, it will create another COM port on COM27. So, it is filling my Windows machine with lots of COM ports. I think that is not a good thing, and it should not happen?
Thanks.
Sketch
Not relevant, as it happens with every single sketch?
Debug Message
None..
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.