From 82cf0b2f62ba0123a0f93453ab42570db50b385e Mon Sep 17 00:00:00 2001 From: nujw Date: Fri, 4 Feb 2022 08:34:46 +1300 Subject: [PATCH] Update app.js --- apps/speedalt2/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/speedalt2/app.js b/apps/speedalt2/app.js index 5898a0c65..74dd3c52f 100644 --- a/apps/speedalt2/app.js +++ b/apps/speedalt2/app.js @@ -608,7 +608,8 @@ function bleSpeed() { // Bangle.bleAdvert[0x180F] = [E.getBattery()]; // NRF.setAdvertising(Bangle.bleAdvert); // NRF.setAdvertising({},{name:"speedalt2"} ); - var data = {m:1,v:'888',u:'kts',l:'MAX',s:'sats:12'}; +// var data = {m:1,v:'888',u:'kts',l:'MAX',s:'sats:12'}; + var data = {0x180F,[95]}; NRF.setAdvertising(data,{interval:1000}); }