-
-
Notifications
You must be signed in to change notification settings - Fork 387
WIFI and A2DP Coexistence
Phil Schatzmann edited this page Apr 20, 2022
·
3 revisions
The ESP32 only supports either Bluetooth or WIFI, but not both at the same time. So if you use A2DP, you will not be able to use any functionality which depends on WIFI (e.g. FreeRTOS queues).
So please do not file any new issue when this is not working!