!REPAIR! blescan.cpp: delay(500) back; otherwise watchdog triggers

This commit is contained in:
Klaus K Wilting 2018-04-15 18:05:36 +02:00
parent 441204236e
commit 524adaf8b5

View File

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