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

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