disable mode debug

pull/2755/head
dapgo 2023-05-14 15:40:48 +02:00
parent ceec7612eb
commit f67d98440d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
SetUI, Layout, and setWatch( function(b) { }, BTN1, { repeat: true, edge:'falling' }) 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 required for drawing with dynamic screen
var rect = Bangle.appRect; var rect = Bangle.appRect;
var history = []; var history = [];