update deps, fix missing BLE config

This commit is contained in:
Sacha Weatherstone
2022-12-03 14:19:29 +10:00
parent d43621ffe1
commit 5156a67fc4
3 changed files with 288 additions and 285 deletions

View File

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