fix: replace LoRaConfig with correct enum reference

This commit is contained in:
andrekir
2023-08-07 23:05:03 -03:00
parent 7742ceacec
commit 16323d7d53

View File

@@ -372,7 +372,7 @@ fun RadioConfigNavHost(node: NodeInfo, viewModel: UIViewModel = viewModel()) {
viewModel.requestNodedbReset(destNum)
}
ConfigType.LORA_CONFIG -> {
ConfigDest.LORA -> {
(packetResponseState as PacketResponseState.Loading).total = 2
channelList.clear()
viewModel.getChannel(destNum, 0)