Replies: 8 comments
-
Please go into Arduino preferences and set verbose output during compilation. Post the very first line of your log (with -dump-prefs) here. |
Beta Was this translation helpful? Give feedback.
-
First line of compilation |
Beta Was this translation helpful? Give feedback.
-
Yes when using dev the serial works: FQBN: esp32:esp32:esp32s3:CDCOnBoot=cdc |
Beta Was this translation helpful? Give feedback.
-
If you are going to make any change to the variant file the rgb order is also wrong it is red green blue. |
Beta Was this translation helpful? Give feedback.
-
I have several zero boards non of the works so believe it is a software problem. |
Beta Was this translation helpful? Give feedback.
-
RGB color order is fixed in #10822 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
My suggestion would be to:
|
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions