From f7aa8340f0ac247bade3615dd12016df56bcd221 Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Wed, 16 Nov 2022 17:32:20 +0100 Subject: [PATCH] bthrm - Reset powerdownRequested when start BTHRM --- apps/bthrm/lib.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/bthrm/lib.js b/apps/bthrm/lib.js index 2dd3dc662..f5e0e1e5b 100644 --- a/apps/bthrm/lib.js +++ b/apps/bthrm/lib.js @@ -526,6 +526,7 @@ exports.enable = () => { isOn = Bangle._PWR.BTHRM.length; // so now we know if we're really on if (isOn) { + powerdownRequested = false; switchFallback(); if (!Bangle.isBTHRMConnected()) initBt(); } else { // not on