kodera2t / ESP32_OLED_webradio

OLED display support is added to ESP32 MP3 web radio/bluetotooth speaker code by MrBuddyCasino's. Now webradio station switching is supported (implemented by n24bass)
246 stars 68 forks source link

No rule to make target ... bta_dm_cfg.c #4

Closed dmoibm closed 7 years ago

dmoibm commented 7 years ago

If I enable BT I get this error: no rule to make target /Users/kodera2t/esp/esp-idf/components/bt/bluedroid/bta/dm/bta_dm_cfg.c

If I disable BT it compiles normal.

kodera2t commented 7 years ago

Select classic bluetooth in Component config option in menuconfig will solve this problem.