blescan.cpp: bt_loop speedup

This commit is contained in:
Klaus K Wilting 2018-04-14 21:02:49 +02:00
parent af0f26f4e8
commit ed8334d3e8

View File

@ -324,7 +324,7 @@ void bt_loop(void *ignore)
while(1) while(1)
{ {
vTaskDelay(1000); vTaskDelay(500);
yield(); yield();
} }