From 24271110bb511c7537c9ad21dadb27f84566a340 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Thu, 25 May 2023 21:35:41 +0100 Subject: [PATCH] bikespeedo: remove second onGPS() call (already done in start()) --- apps/bikespeedo/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/bikespeedo/app.js b/apps/bikespeedo/app.js index 0a056f938..9dec29d7d 100644 --- a/apps/bikespeedo/app.js +++ b/apps/bikespeedo/app.js @@ -415,8 +415,6 @@ function onGPS(fix) { function setButtons(){ setWatch(_=>load(), BTN1); - -onGPS(lf); }