fixes for OTA

This commit is contained in:
technyon
2023-03-04 13:51:26 +01:00
parent befb0f8851
commit 82f8e91036
16 changed files with 99 additions and 14 deletions

View File

@@ -681,3 +681,8 @@ std::string NukiOpenerWrapper::hardwareVersion() const
{
return _hardwareVersion;
}
void NukiOpenerWrapper::disableWatchdog()
{
_restartBeaconTimeout = -1;
}