Open
Description
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
void setup() {
// put your setup code here, to run once:
}
void loop() {
Serial.println("\nThis Prints !!??");
delay(2000);
}
Debug Message
N/A
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.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo