-
Notifications
You must be signed in to change notification settings - Fork 185
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
No bluetooth speaker mode in menuconfig #71
Comments
I eventually got the option of selecting BT_SPEAKER_MODE after just trying different things in the Kconfig. However, now I get a whole lot of errors when I try to flash, very possible because of how I set the Kconfig. I see that BT_SPEAKER_MODE has been activated as the first error is in bt_speaker.h. |
Same problem here. Option is not available. Any idea what you made to get it? |
Got it working. Here are the steps:
|
As far as I noticed there was no BT speaker mode until after I selected Classic Bluetooth, and enabled A2DP. Then go back to the Web Radio section and it appears. |
Hi, there is no bluetooth speaker mode in menuconfig. I got to enable classic BT and A2DP in component config, but there is no BT speaker mode anywhere. I looked in the Kconfig file and it looks like it should definitely be under "Web Radio/BT Speaker", and it also looks like the BT_SPEAKER MODE part is wrong when comparing to WIFI Config and Audio Output which I'm able to see in menuconfig. I've tried to change the Kconfig file, but I'm not able to do so and still run make menuconfig.
The text was updated successfully, but these errors were encountered: