-
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
ESP32-S3 USB and Bluetooth cannot work together (IDFGH-6336) #7998
Comments
Oh yes, this resolves the problem. I had forgotten to update the git submodules... Thanks for your reply! |
Confirmed! I had the same issue in v4.4 and updating the submodule fix this. # switch to esp_phy\lib submodule
cd %IDF_PATH%
cd components\esp_phy\lib
# manually update the submodule to master
git checkout master
# then re-build & re-flash
... and should enable |
The problem still exist in release 2.0.6 from arduino |
Environment
Problem Description
ESP32-S3 USB goes off when Bluetooth is turned on. I found this topic a week ago in the forum: https://www.esp32.com/viewtopic.php?f=25&t=24561, which says that this issue will be solved in a new release in just a few days. However the work-around is still missed in the latest esp-idf.
Looking for an update ASAP!
The text was updated successfully, but these errors were encountered: