add include

This commit is contained in:
technyon
2022-04-02 10:53:26 +02:00
parent 4ab69433b5
commit 9ee9bbb5b0
2 changed files with 1 additions and 1 deletions

View File

@@ -148,7 +148,6 @@ void Nuki::notify(NukiEventType eventType)
{
if(eventType == NukiEventType::KeyTurnerStatusUpdated)
{
// Serial.println("SUP2");
_statusUpdated = true;
}
}