mirror of
https://github.com/meshtastic/web.git
synced 2026-05-19 11:45:17 -04:00
update deps, fix missing BLE config
This commit is contained in:
@@ -162,6 +162,9 @@ export const useDeviceStore = create<DeviceState>((set, get) => ({
|
||||
config.payloadVariant.lora.region ===
|
||||
Protobuf.Config_LoRaConfig_RegionCode.UNSET;
|
||||
break;
|
||||
case "bluetooth":
|
||||
device.config.bluetooth = config.payloadVariant.bluetooth;
|
||||
break;
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user