mirror of https://github.com/espruino/BangleApps
Test with 30 sec. interval
parent
d74103273e
commit
9d4de50606
|
@ -50,7 +50,7 @@ const screenWidth = g.getWidth();
|
||||||
const screenHeight = g.getHeight();
|
const screenHeight = g.getHeight();
|
||||||
const halfWidth = screenWidth / 2;
|
const halfWidth = screenWidth / 2;
|
||||||
const scale = screenWidth / 240;
|
const scale = screenWidth / 240;
|
||||||
const REFRESH_RATE = 60E3;
|
const REFRESH_RATE = 30E3;
|
||||||
|
|
||||||
let interval = 0;
|
let interval = 0;
|
||||||
let showingDate = false;
|
let showingDate = false;
|
||||||
|
|
Loading…
Reference in New Issue