1
0
Fork 0

Update app.js

master
nujw 2021-11-01 08:52:51 +13:00 committed by GitHub
parent c5a981d39b
commit c329bbe903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
Speed and Altitude [speedalt2]
Mike Bennett mike[at]kereru.com
1.10 : add inverted colours
1.11 : Add VMG screen
1.14 : Add VMG screen
*/
var v = '1.11';
var v = '1.14';
/*kalmanjs, Wouter Bulten, MIT, https://github.com/wouterbulten/kalmanjs */
var KalmanFilter = (function () {