Update app.js

pull/1394/head
nujw 2022-02-04 13:43:39 +13:00 committed by GitHub
parent 0de6be55ae
commit 8ed7c8f861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 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.27';
var v = '1.28';
/*kalmanjs, Wouter Bulten, MIT, https://github.com/wouterbulten/kalmanjs */
var KalmanFilter = (function () {
@ -605,8 +605,9 @@ function setLpMode(m) {
function btData() {
Bangle.buzz();
console.log("ABCDEF");
// Bangle.buzz();
time = require("locale").time(new Date(),1);
console.log(time);
}
@ -736,5 +737,5 @@ setInterval(updateClock, 10000);
// Test ble broadcast every 10 secs
//if (!Bangle.bleAdvert) Bangle.bleAdvert = {};
//setInterval(bleSpeed, 10000);
setInterval(bleDat, 10000);
//bleSpeed();