### Board Adafruit Feather ESP32-S2 ### Device Description N/A ### Hardware Configuration N/A ### Version latest master (checkout manually) ### IDE Name Arduino IDE 2.3.2 ### Operating System Windows 10 ### Flash frequency 80 Mhz ### PSRAM enabled yes ### Upload speed 921600 ### Description Serial.print() works WITHOUT a Serial.open() ### Sketch ```cpp void setup() { // put your setup code here, to run once: } void loop() { Serial.println("\nThis Prints !!??"); delay(2000); } ``` ### Debug Message ```plain N/A ``` ### Other Steps to Reproduce _No response_ ### I have checked existing issues, online documentation and the Troubleshooting Guide - [X] I confirm I have checked existing issues, online documentation and Troubleshooting guide.