!REPAIR! blescan.cpp: delay(500) back; otherwise watchdog triggers
This commit is contained in:
parent
441204236e
commit
524adaf8b5
@ -280,7 +280,7 @@ void bt_loop(void *ignore)
|
||||
|
||||
while(1)
|
||||
{
|
||||
//vTaskDelay(500);
|
||||
vTaskDelay(500);
|
||||
yield();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user