minor tweak - hasRange not needed

master
Gordon Williams 2025-07-22 14:52:24 +01:00
parent 0cf8d53c52
commit 3aa372bce1
1 changed files with 0 additions and 1 deletions

View File

@ -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;