#include errors in vs-code using platformio w/ Esp32-c6

..What are you doing?

  1. The btAudio library is only framework = arduino compatible, not framework = espidf compatible per manifest
  2. Don’t use lib_deps with framework = espidf, use ESP-IDF components via idf_component.yml file instead (Readout KConfig from ESP-IDF libraries added via lib_deps, too · Issue #453 · platformio/platform-espressif32 · GitHub, How to get mDNS working with ESP-IDF v5 - #10 by peterl)
1 Like