Change ver

pull/684/head
nujw 2021-03-02 13:32:22 +13:00
parent e6218d5857
commit a116b95839
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Mike Bennett mike[at]kereru.com
1.21 : Third mode large clock display
1.01b : add smoothing with kalman filter
*/
var v = '1.01b';
var v = '1.02b';
/*kalmanjs, Wouter Bulten, MIT, https://github.com/wouterbulten/kalmanjs */
var KalmanFilter = (function () {