fix types for timestamps

This commit is contained in:
technyon
2024-07-09 17:39:49 +02:00
parent 2100989da4
commit 181455596c
2 changed files with 4 additions and 4 deletions

View File

@@ -213,8 +213,8 @@ void NukiWrapper::update()
}
}
unsigned long ts = millis();
unsigned long lastReceivedBeaconTs = _nukiLock.getLastReceivedBeaconTs();
long ts = millis();
long lastReceivedBeaconTs = _nukiLock.getLastReceivedBeaconTs();
uint8_t queryCommands = _network->queryCommands();
if(_restartBeaconTimeout > 0 &&