1
0
Fork 0

gpstrek - Clear after first draw, not before

master
Martin Boonk 2023-06-12 19:30:50 +02:00
parent 2a9ae9e8c6
commit c704ae4115
1 changed files with 2 additions and 2 deletions

View File

@ -1557,9 +1557,9 @@ let draw = function(){
}
};
clear();
switchMode(MODE_SLICES);
setInterval(updateRouting, 500);
clear();
}