diff --git a/apps/widbt_notify/widget.js b/apps/widbt_notify/widget.js index 04f91a698..f1e4d372f 100644 --- a/apps/widbt_notify/widget.js +++ b/apps/widbt_notify/widget.js @@ -20,7 +20,7 @@ WIDGETS.bluetooth_notify = { Bangle.buzz(700, 1); // buzz on connection loss E.showMessage(/*LANG*/'Connection\nlost.', 'Bluetooth'); - setInterval(()=>{load();}, 3000); // clear message + // setInterval(()=>{load();}, 3000); // clear message - this will reload the widget, resetting 'warningEnabled'. WIDGETS.bluetooth_notify.warningEnabled = 0; setTimeout('WIDGETS.bluetooth_notify.warningEnabled = 1;', 30000); // re-notify only after 30 seconds.