Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions include/sdLogUpdate.h

This file was deleted.

28 changes: 12 additions & 16 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ monitor_speed = 115200
build_flags =
${env.build_flags}
-D CORE_DEBUG_LEVEL=2
-D UART1_RX=16
-D UART1_TX=17
; -D INVERT_LED_LOGIC
board = nodemcu-32s
lib_deps =
${env.lib_deps}
https://github.com/martinroger/espod.git#v0.0.2
https://github.com/martinroger/espod.git#v0.1.0
lib_ignore = audio-driver

[env:a1sMini]
Expand All @@ -35,37 +37,31 @@ build_flags =
${env.build_flags}
-D BOARD_HAS_PSRAM
-D AUDIOKIT
-D STACK_HIGH_WATERMARK_LOG
-D INVERT_LED_LOGIC
-D UART1_RX=19
-D UART1_TX=22
-D LED_BUILTIN=18
-D INVERT_LED_LOGIC
-D CORE_DEBUG_LEVEL=3
-D USE_ALT_SERIAL
-D A2DP_SINK_NAME="\"A1S MiniPod"\"
-D RX_TASK_INTERVAL_MS=5
-D PROCESS_INTERVAL_MS=7
-D TX_INTERVAL_MS=10
-D TIMER_INTERVAL_MS=2


lib_deps =
${env.lib_deps}
https://github.com/martinroger/espod.git#v0.0.2
https://github.com/martinroger/espod.git#v0.1.0

[env:AiO-DAC]
board = AiODAC_8MB
build_flags =
${env.build_flags}
-D CORE_DEBUG_LEVEL=3
-D A2DP_SINK_NAME="\"AiO MiniPod"\"
-D RX_TASK_INTERVAL_MS=5
-D PROCESS_INTERVAL_MS=7
-D TX_INTERVAL_MS=10
-D TIMER_INTERVAL_MS=2
-D INVERT_LED_LOGIC
-D LED_BUILTIN=18
-D UART1_RX=19
-D UART1_TX=21
-D INVERT_LED_LOGIC
-D LED_BUILTIN=18
lib_deps =
${env.lib_deps}
https://github.com/martinroger/espod.git#v0.0.2
https://github.com/martinroger/espod.git#v0.1.0
lib_ignore = audio-driver

; For local development only
Expand Down
Loading