Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Apr 3, 2024
1 parent 7f3ab3a commit fde3f37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/nuki_lock/nuki_lock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,9 @@ namespace esphome
void NukiLockComponent::update()
{
// Check for new advertisements
App.feed_wdt();
this->scanner_.update();
App.feed_wdt();
delay(20);
yield();

// Terminate stale Bluetooth connections
this->nukiLock_.updateConnectionState();
Expand Down

0 comments on commit fde3f37

Please sign in to comment.