Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
Cleanup and preparation for CI
  • Loading branch information
martinroger committed Nov 29, 2024
1 parent f2c2ce4 commit 5e0dce2
Showing 1 changed file with 7 additions and 40 deletions.
47 changes: 7 additions & 40 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
; https://docs.platformio.org/page/projectconf.html

[platformio]
default_envs = nodeMCUESP32S_externalDAC

[env]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
Expand All @@ -19,13 +18,13 @@ framework = arduino
[env:audioKitA1S_v2-2]
board = esp32dev
lib_deps =
https://github.com/pschatzmann/ESP32-A2DP.git @ ^1.8.3
tttapa/Arduino Filters @ ^1.0.0
https://github.com/pschatzmann/arduino-audio-tools.git @ ^0.9.8
https://github.com/pschatzmann/arduino-audio-driver.git @ ^0.1.0
https://github.com/pschatzmann/ESP32-A2DP.git@^1.8.4
https://github.com/pschatzmann/arduino-audio-tools.git@^0.9.9
https://github.com/pschatzmann/arduino-audio-driver.git@^0.1.0
build_flags =
-D AUDIOKIT
-D ENABLE_A2DP
-D BOARD_HAS_PSRAM
;-D CORE_DEBUG_LEVEL=5
monitor_speed = 115200

Expand All @@ -34,10 +33,9 @@ board = esp32dev
build_type = debug
board_build.partitions = min_spiffs.csv
lib_deps =
https://github.com/pschatzmann/ESP32-A2DP.git@1.8.4+sha.95ac918
; tttapa/Arduino Filters @ ^1.0.0
https://github.com/pschatzmann/arduino-audio-tools.git@0.9.9+sha.b6c3025
https://github.com/pschatzmann/arduino-audio-driver.git@0.1.0+sha.0fe3454
https://github.com/pschatzmann/ESP32-A2DP.git@^1.8.4
https://github.com/pschatzmann/arduino-audio-tools.git@^0.9.9
https://github.com/pschatzmann/arduino-audio-driver.git@^0.1.0
build_flags =
-D AUDIOKIT
-D ENABLE_A2DP
Expand All @@ -51,44 +49,13 @@ build_flags =
-D BOARD_HAS_PSRAM
monitor_speed = 115200

[env:nodeMCUESP32S]
lib_deps =
https://github.com/pschatzmann/ESP32-A2DP.git
tttapa/Arduino Filters
https://github.com/pschatzmann/arduino-audio-tools.git
monitor_speed = 115200
build_flags =
-D USE_INTERNAL_DAC
-D ENABLE_A2DP
board = nodemcu-32s

[env:nodeMCUESP32S_externalDAC]
lib_deps =
https://github.com/pschatzmann/ESP32-A2DP.git
tttapa/Arduino Filters
https://github.com/pschatzmann/arduino-audio-tools.git
monitor_speed = 115200
build_flags =
-D USE_EXTERNAL_DAC_UDA1334A
-D ENABLE_A2DP
-D REFRESH_INTERVAL=10
board = nodemcu-32s

[env:nodeMCUESP32S_externalDAC-SerialDebug]
extends = env:nodeMCUESP32S_externalDAC
build_flags =
-D USE_EXTERNAL_DAC_UDA1334A
-D ENABLE_A2DP
-D DEBUG_MODE
-D REFRESH_INTERVAL=10

[env:nodeMCU_ESP32S_external_RELEASE]
lib_deps =
https://github.com/pschatzmann/ESP32-A2DP.git @ 1.8.3
tttapa/Arduino Filters @ 1.0.0
https://github.com/pschatzmann/arduino-audio-tools.git @ 0.9.8
monitor_speed = 115200
build_flags =
-D USE_EXTERNAL_DAC_UDA1334A
-D ENABLE_A2DP
board = nodemcu-32s

0 comments on commit 5e0dce2

Please sign in to comment.