Skip to content

Commit a6b1cee

Browse files
up the GPS position pull interval to 30s
1 parent 2c1ea82 commit a6b1cee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ $(window).ready(function() {
233233
}
234234
else { return; }
235235

236-
// add/update marker on the map
236+
// add/update marker on the map (tracker.js)
237237
updateCurrentPosition(lat, lon);
238238

239239
// round the coordinates
@@ -254,7 +254,7 @@ $(window).ready(function() {
254254
// when there is no location
255255
$('#app_name b').html('mobile<br/>tracker');
256256
});
257-
}, 5000);
257+
}, 30000);
258258
}
259259

260260
// preload images

js/mobile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)