tierneytim / btAudio

Bluetooth Audio for Arduino
196 stars 29 forks source link

Error using PlatformIO #28

Open xRealNeon opened 1 year ago

xRealNeon commented 1 year ago

I get this error when trying to compile image

This is my platformio.ini

[env:nodemcu-32s]
platform = espressif32
board = nodemcu-32s
framework = arduino
lib_deps= 
    https://github.com/tierneytim/btAudio
xRealNeon commented 1 year ago

After doing that it's working https://stackoverflow.com/a/68637882/14151605