QT PY ESP32-S2 disconnects when using ESP-IDF but not Arduino

@maxgerhardt Ahhh, that was it! Also after looking at some of the Arduino build idedata.json they explicitly set the ARDUINO_USB_CDC_ON_BOOT=1 config option.

Cheers!