From 446a56ba6b40e93c00324c6de0e25b188a47ffa8 Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Sat, 2 Jul 2022 01:37:11 +0200 Subject: [PATCH] bthrm - Reset retry time if connection successful --- apps/bthrm/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bthrm/boot.js b/apps/bthrm/boot.js index 5c490ec0a..7829f5720 100644 --- a/apps/bthrm/boot.js +++ b/apps/bthrm/boot.js @@ -479,7 +479,7 @@ return promise.then(()=>{ log("Connection established, waiting for notifications"); characteristicsToCache(characteristics); - clearRetryTimeout(); + clearRetryTimeout(true); }).catch((e) => { characteristics = []; log("Error:", e);