From 0e52707ac5de98681910a29e2699e8107b8db8fd Mon Sep 17 00:00:00 2001 From: nujw Date: Fri, 22 Oct 2021 09:48:36 +1300 Subject: [PATCH] Update app.js --- apps/speedalt2/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/speedalt2/app.js b/apps/speedalt2/app.js index b21e8120e..4fbe458db 100644 --- a/apps/speedalt2/app.js +++ b/apps/speedalt2/app.js @@ -588,9 +588,9 @@ function updateClock() { function startDraw(){ canDraw=true; - setLpMode('SuperE'); // off g.clear(); Bangle.drawWidgets(); + setLpMode('SuperE'); // off onGPS(lf); // draw app screen }