Update app.js
parent
3a99b9e08e
commit
315391ca3f
|
|
@ -6,7 +6,8 @@ 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.45';
|
var v = '1.46';
|
||||||
|
var vDroid = '1.46'; // Required DroidScript program version
|
||||||
|
|
||||||
/*kalmanjs, Wouter Bulten, MIT, https://github.com/wouterbulten/kalmanjs */
|
/*kalmanjs, Wouter Bulten, MIT, https://github.com/wouterbulten/kalmanjs */
|
||||||
var KalmanFilter = (function () {
|
var KalmanFilter = (function () {
|
||||||
|
|
@ -468,6 +469,7 @@ if ( emulator ) {
|
||||||
btSend({
|
btSend({
|
||||||
id:'speedalt2',
|
id:'speedalt2',
|
||||||
v:v,
|
v:v,
|
||||||
|
vd:vDroid,
|
||||||
m:cfg.modeA,
|
m:cfg.modeA,
|
||||||
spd_unit:cfg.spd_unit,
|
spd_unit:cfg.spd_unit,
|
||||||
alt_unit:cfg.alt_unit,
|
alt_unit:cfg.alt_unit,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue