MrBuddyCasino / ESP32_MP3_Decoder

A internet radio and bluetooth speaker project for the Espressif ESP32
774 stars 182 forks source link

No bluetooth speaker mode in menuconfig #71

Open aadnesd opened 5 years ago

aadnesd commented 5 years ago

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.

aadnesd commented 5 years ago

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.

vedranMv commented 5 years ago

Same problem here. Option is not available. Any idea what you made to get it?

vedranMv commented 5 years ago

Got it working. Here are the steps:

pallsopp commented 4 years ago

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.