mirror of https://github.com/espruino/BangleApps
Fixed initial update time
parent
2cb4dbcd1e
commit
5374abebd9
|
@ -403,6 +403,7 @@ function startdraw(init) {
|
||||||
updateSecondText();
|
updateSecondText();
|
||||||
// stopdraw();
|
// stopdraw();
|
||||||
runOn = true;
|
runOn = true;
|
||||||
|
sleeptime = 0;
|
||||||
nextLineComp();
|
nextLineComp();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -423,6 +424,7 @@ function regen(){
|
||||||
initDraw();
|
initDraw();
|
||||||
// stopdraw();
|
// stopdraw();
|
||||||
runOn = true;
|
runOn = true;
|
||||||
|
sleeptime = 0;
|
||||||
nextLineComp();
|
nextLineComp();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue