Update app.js

pull/1394/head
nujw 2022-02-04 10:08:37 +13:00 committed by GitHub
parent 14ffee9bb4
commit 4132fefcb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Mike Bennett mike[at]kereru.com
1.10 : add inverted colours
1.14 : Add VMG screen
*/
var v = '1.26';
var v = '1.27';
/*kalmanjs, Wouter Bulten, MIT, https://github.com/wouterbulten/kalmanjs */
var KalmanFilter = (function () {
@ -605,6 +605,7 @@ function setLpMode(m) {
function btData() {
Bangle.buzz();
console.log("ABCDEF");
}