enable ble watchdog by default

This commit is contained in:
technyon
2023-03-03 22:35:30 +01:00
parent 5da4ef0fef
commit b18bbffe2d

View File

@@ -58,6 +58,7 @@ void NukiWrapper::initialize(const bool& firstStart)
{
_preferences->putInt(preference_command_nr_of_retries, 3);
_preferences->putInt(preference_command_retry_delay, 1000);
_preferences->putInt(preference_restart_ble_beacon_lost, 60);
}
if(_retryDelay <= 100)