mirror of https://github.com/espruino/BangleApps
parent
ab02f42503
commit
673bb38cd1
|
@ -1,4 +1,5 @@
|
|||
function run(){
|
||||
if (Bangle.isCharging()) return;
|
||||
var now = new Date();
|
||||
var h = now.getHours();
|
||||
if(h >= activityreminder.startHour && h < activityreminder.endHour){
|
||||
|
|
Loading…
Reference in New Issue