-
Notifications
You must be signed in to change notification settings - Fork 927
Open
Labels
Description
Answers checklist.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
5.3.2
Espressif SoC revision.
esp32s3
Operating System used.
Windows
How did you build your project?
Command line with Make
If you are using Windows, please specify command line type.
None
Development Kit.
customized board
Steps to reproduce.
I just updated esp-iot-solution and it reported error as below, but it works well before updating.
I (10690) USBH_CDC: iot usbh cdc version: 2.0.1
I (10720) esp-modem-dte: Enable second AT port
I (10721) esp-modem: --------- Modem PreDefined Info ------------------
I (10722) esp-modem: Model: User Defined
I (10726) esp-modem: Modem itf 4
I (10730) esp-modem: Secondary AT itf 5
I (10735) esp-modem: ----------------------------------------------------
E (11125) ENUM: Configuration descriptor larger than control transfer max length
E (11125) ENUM: [0:0] CHECK_SHORT_CONFIG_DESC FAILED
Build Logs.
More Information.
No response