mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-15 10:17:20 -04:00
fix: replace LoRaConfig with correct enum reference
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user