From 1f48d92d2750b095425afea658021c8692c0ad9e Mon Sep 17 00:00:00 2001 From: Jens Chr Brynildsen Date: Thu, 5 Jan 2023 01:05:58 +0100 Subject: [PATCH] S3's are using the wrong USB config by default Setting these two extra parameters will make both programming and Serial work as expected. Ref: https://github.com/espressif/arduino-esp32/issues/6762#issuecomment-1182821492 Without it, the boards won't program without the use of Boot+Reset buttons (to trigger DFU) at the correct moment during programming. With this, programming works as expected. Setting the Serial speed ensures that Serail output won't need a Reset to work. --- boards/espressif32/adafruit_feather_esp32s3_nopsram.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/boards/espressif32/adafruit_feather_esp32s3_nopsram.rst b/boards/espressif32/adafruit_feather_esp32s3_nopsram.rst index 228f3661d0..7947d42e42 100644 --- a/boards/espressif32/adafruit_feather_esp32s3_nopsram.rst +++ b/boards/espressif32/adafruit_feather_esp32s3_nopsram.rst @@ -62,6 +62,12 @@ board manifest `adafruit_feather_esp32s3_nopsram.json