Update app.js

pull/1394/head
nujw 2022-02-04 14:01:01 +13:00 committed by GitHub
parent f0e9bc9f19
commit a99adf7dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 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.29';
var v = '1.30';
/*kalmanjs, Wouter Bulten, MIT, https://github.com/wouterbulten/kalmanjs */
var KalmanFilter = (function () {
@ -737,5 +737,5 @@ setInterval(updateClock, 10000);
// Test ble broadcast every 10 secs
//if (!Bangle.bleAdvert) Bangle.bleAdvert = {};
//setInterval(bleDat, 10000);
setInterval(btData, 5000);
//bleSpeed();