blescan.cpp: bt_loop speedup
This commit is contained in:
parent
af0f26f4e8
commit
ed8334d3e8
@ -324,7 +324,7 @@ void bt_loop(void *ignore)
|
||||
|
||||
while(1)
|
||||
{
|
||||
vTaskDelay(1000);
|
||||
vTaskDelay(500);
|
||||
yield();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user