-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial stop working after upgrade to version 3.1.1 #10846
Comments
Please go into Arduino preferences and set verbose output during compilation. Post the very first line of your log (with -dump-prefs) here. |
First line of compilation |
Yes when using dev the serial works: FQBN: esp32:esp32:esp32s3:CDCOnBoot=cdc |
If you are going to make any change to the variant file the rgb order is also wrong it is red green blue. |
I have several zero boards non of the works so believe it is a software problem. |
RGB color order is fixed in #10822 |
Thanks when turning on cdc it works again. I have some problems with the arduino ide when more than one is open board settings flips around. |
My suggestion would be to:
|
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
Debug Message
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
The text was updated successfully, but these errors were encountered: