mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-02 06:39:17 +03:00
Stable bluetooth
Fix bluetooth disconnect
This commit is contained in:
@@ -26,6 +26,8 @@ static log_level loglevel;
|
||||
|
||||
static xQueueHandle s_bt_app_task_queue = NULL;
|
||||
static xTaskHandle s_bt_app_task_handle = NULL;
|
||||
|
||||
|
||||
void bt_set_log_level(log_level level){
|
||||
loglevel = level;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user