Update app.js

master
nujw 2021-10-20 16:50:49 +13:00 committed by GitHub
parent 24fe023364
commit 47b3e15826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Mike Bennett mike[at]kereru.com
0.07 : Add swipe to change screens same as BTN3
0.08 : Add dbl tap on front same as short BTN1
*/
var v = '0.07c';
var v = '0.08a';
/*kalmanjs, Wouter Bulten, MIT, https://github.com/wouterbulten/kalmanjs */
var KalmanFilter = (function () {