mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
BT ring buffering
This commit is contained in:
@@ -803,7 +803,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
#if CONFIG_DACAUDIO
|
||||
output_close_dac();
|
||||
#elif BTAUDIO
|
||||
#elif CONFIG_BTAUDIO
|
||||
output_close_bt();
|
||||
#else
|
||||
if (!strcmp(output_device, "-")) {
|
||||
|
||||
Reference in New Issue
Block a user