Stable bluetooth

Fix bluetooth disconnect
This commit is contained in:
Sebastien Leclerc
2019-05-28 17:47:14 -04:00
parent 7a29da9d3e
commit 5107f995e6
4 changed files with 102 additions and 22 deletions

View File

@@ -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;
}