bikespeedo: remove second onGPS() call

(already done in start())
pull/2775/head
Rob Pilling 2023-05-25 21:35:41 +01:00
parent cca9906f85
commit 24271110bb
1 changed files with 0 additions and 2 deletions

View File

@ -415,8 +415,6 @@ function onGPS(fix) {
function setButtons(){
setWatch(_=>load(), BTN1);
onGPS(lf);
}