mirror of https://github.com/espruino/BangleApps
parent
293b0d1b43
commit
56a845f630
|
@ -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
|
||||
|
||||
|
|
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in New Issue