From f67d98440d7be7bb41dc64f1935c0816d023367d Mon Sep 17 00:00:00 2001 From: dapgo Date: Sun, 14 May 2023 15:40:48 +0200 Subject: [PATCH] disable mode debug --- apps/tempmonitor/tempmonitor.app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tempmonitor/tempmonitor.app.js b/apps/tempmonitor/tempmonitor.app.js index 9863b2437..c8ea0131e 100644 --- a/apps/tempmonitor/tempmonitor.app.js +++ b/apps/tempmonitor/tempmonitor.app.js @@ -5,7 +5,7 @@ SetUI, Layout, and setWatch( function(b) { }, BTN1, { repeat: true, edge:'falling' }) */ { -var v_mode_debug=2; //, 0=no, 1 min, 2 prone detail +var v_mode_debug=0; //, 0=no, 1 min, 2 prone detail //var required for drawing with dynamic screen var rect = Bangle.appRect; var history = [];