From b18bbffe2d802f5ec103f46cf8855a9aaa8071ab Mon Sep 17 00:00:00 2001 From: technyon Date: Fri, 3 Mar 2023 22:35:30 +0100 Subject: [PATCH] enable ble watchdog by default --- NukiWrapper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/NukiWrapper.cpp b/NukiWrapper.cpp index 15116aa..b81cb16 100644 --- a/NukiWrapper.cpp +++ b/NukiWrapper.cpp @@ -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)