tempmonitor v3

Beside new functions, info about modedebug
pull/2614/head
dapgo 2023-02-27 21:39:39 +01:00
parent 293b0d1b43
commit 56a845f630
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ Screenshot data file content
Open and see a temperature in the screen
Download the CSV file and process in your favourite spreadsheet software
if you have any problem enable the modedebug in code; v_mode_debug=1 or 2
## Features

View File

@ -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 = [];