Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
Thank you @pschatzmann !!
Fixed issues with incoming mutex in Audio-Tools
  • Loading branch information
martinroger committed Jan 7, 2025
1 parent 0d2ce62 commit 5b81e8c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,11 @@ build_flags =
-D REFRESH_INTERVAL=10
lib_deps =
https://github.com/pschatzmann/ESP32-A2DP.git@^1.8.4
; https://github.com/pschatzmann/arduino-audio-tools.git@^1.0.1
https://github.com/pschatzmann/arduino-audio-tools.git#bca62a5a1cfbddbacaf49eac035ca2daf544956c
https://github.com/pschatzmann/arduino-audio-tools.git@^1.0.1
https://github.com/pschatzmann/arduino-audio-driver.git@^0.1.0

[env:audioKit]
board = esp32dev
; lib_deps =
; https://github.com/pschatzmann/ESP32-A2DP.git@1.8.4
; https://github.com/pschatzmann/arduino-audio-tools.git@1.0.1
; https://github.com/pschatzmann/arduino-audio-driver.git@0.1.1
build_flags =
${env.build_flags}
-D BOARD_HAS_PSRAM
Expand Down Expand Up @@ -116,9 +111,6 @@ build_flags =


[env:nodeMCUESP32S_externalDAC]
; lib_deps =
; https://github.com/pschatzmann/ESP32-A2DP.git@1.8.4
; https://github.com/pschatzmann/arduino-audio-tools.git@1.0.1
monitor_speed = 115200
build_flags =
${env.build_flags}
Expand Down

0 comments on commit 5b81e8c

Please sign in to comment.