Update app.js

pull/1394/head
nujw 2022-02-05 23:28:47 +13:00 committed by GitHub
parent 1df4b4521b
commit d86c67d594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Mike Bennett mike[at]kereru.com
1.34 : Add bluetooth data stream for Droidscript 1.34 : Add bluetooth data stream for Droidscript
1.43 : Keep GPS in SuperE mode while using Droiscript screen mirroring 1.43 : Keep GPS in SuperE mode while using Droiscript screen mirroring
*/ */
var v = '1.44'; var v = '1.45';
/*kalmanjs, Wouter Bulten, MIT, https://github.com/wouterbulten/kalmanjs */ /*kalmanjs, Wouter Bulten, MIT, https://github.com/wouterbulten/kalmanjs */
var KalmanFilter = (function () { var KalmanFilter = (function () {
@ -466,6 +466,7 @@ if ( emulator ) {
// Bluetooth send data // Bluetooth send data
btSend({ btSend({
id:'speedalt2',
v:v, v:v,
m:cfg.modeA, m:cfg.modeA,
spd_unit:cfg.spd_unit, spd_unit:cfg.spd_unit,