karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
523 stars 155 forks source link

Compile error bt_speaker #2

Closed ArnostDvorak closed 6 years ago

ArnostDvorak commented 6 years ago

C:/msys32/home/user/Ka-Radio32/components/bt_speaker/bt_speaker.c: In function 'bt_av_hdl_stack_evt': C:/msys32/home/user/Ka-Radio32/components/bt_speaker/bt_speaker.c:87:36: error: 'CONFIG_BT_NAME' undeclared (first use in this function) esp_bt_dev_set_device_name(CONFIG_BT_NAME); ^ C:/msys32/home/user/Ka-Radio32/components/bt_speaker/bt_speaker.c:87:36: note: each undeclared identifier is reported only once for each function it appears in

I used new chaintools and actual repository.

karawin commented 6 years ago

KaRadio32 don't use BT fo now. Remove it in menuconfig. A bug in the idf is detected, so the web and telnet dont work anymore. I patched it, a correction is in progress. See https://github.com/espressif/esp-idf/issues/1141

karawin commented 6 years ago

No answer. Closing

ArnostDvorak commented 6 years ago

Could you include the bluetooth music playback feature? Please. Thaks

karawin commented 6 years ago

I tried but unsuccessful, not enough memories.