update nimble library to version 1.40
This commit is contained in:
@@ -125,6 +125,7 @@ void NukiWrapper::update()
|
||||
_lastRssi = rssi;
|
||||
}
|
||||
}
|
||||
|
||||
if(_hasKeypad && _keypadEnabled && (_nextKeypadUpdateTs == 0 || ts > _nextKeypadUpdateTs))
|
||||
{
|
||||
_nextKeypadUpdateTs = ts + _intervalKeypad * 1000;
|
||||
|
||||
Reference in New Issue
Block a user