minor tweak - hasRange not needed
parent
0cf8d53c52
commit
3aa372bce1
|
|
@ -121,7 +121,6 @@ exports.load = function() {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ name: "BLE",
|
{ name: "BLE",
|
||||||
hasRange: false,
|
|
||||||
isOn: () => {
|
isOn: () => {
|
||||||
const s = NRF.getSecurityStatus();
|
const s = NRF.getSecurityStatus();
|
||||||
return s.advertising || s.connected;
|
return s.advertising || s.connected;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue