BT init can be called with stack in PSRAM + update source driver - release

This commit is contained in:
Philippe G
2021-12-30 18:18:41 -08:00
parent d2f8d51c28
commit 9789bef653
6 changed files with 143 additions and 280 deletions

View File

@@ -82,7 +82,7 @@ void output_init_embedded(log_level level, char *device, unsigned output_buf_siz
output.rate_delay = rate_delay;
#if CONFIG_BT_SINK
if (strcasestr(device, "BT ") || !strcasecmp(device, "BT")) {
if (strcasestr(device, "BT")) {
LOG_INFO("init Bluetooth");
close_cb = &output_close_bt;
output_init_bt(level, device, output_buf_size, params, rates, rate_delay, idle);