-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
Type: QuestionOnly questionOnly question
Description
Board
Waveshare-esp32-S3-zero
Device Description
No attachment
Hardware Configuration
no attachement
Version
latest master (checkout manually)
IDE Name
Arduino ide
Operating System
linux arch
Flash frequency
80 mhz
PSRAM enabled
no
Upload speed
921600
Description
Serial println and write stop working after upgrade to version 3.1.1 worked on 3.1.0
upload works with the arduino ide
Sketch
const long SERIAL_BPS = 115200;
void setup() {
Serial.begin(SERIAL_BPS);
delay(3000);
Serial.println(USB_PRODUCT);
}
void loop() {
Serial.println("Red");
Serial.println("Green");
Serial.println("Blue");
}Debug Message
NO debug messages.
Other Steps to Reproduce
The variant esp32-s3-zero have USB_SERIAL defined as empty #define USB_SERIAL ""
The waveshare esp32-c3-zero still works.
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
Type: QuestionOnly questionOnly question