@@ -1,4 +1,5 @@
#include "Nuki.h"
#include <FreeRTOS.h>
Nuki::Nuki(const std::string& name, uint32_t id)
: _nukiBle(name, id)
@@ -31,5 +32,7 @@ void Nuki::update()
}
vTaskDelay( 1000 / portTICK_PERIOD_MS);
_nukiBle.updateKeyTurnerState();
The note is not visible to the blocked user.