wip
This commit is contained in:
@@ -57,7 +57,7 @@ namespace esphome
|
||||
}
|
||||
|
||||
// TODO: It takes some time to setup bluetooth? Why not just move this to loop?
|
||||
delay(200);
|
||||
esphome::delay(200);
|
||||
}
|
||||
|
||||
void NimbleTracker::loop()
|
||||
@@ -71,7 +71,7 @@ namespace esphome
|
||||
}
|
||||
|
||||
// TODO: we shouldn't block the main thread here, instead work with a setTimeout callback?
|
||||
delay(200);
|
||||
esphome::delay(200);
|
||||
}
|
||||
|
||||
NimbleTrackerEvent *tracker_event = this->tracker_events_.pop();
|
||||
|
Reference in New Issue
Block a user