mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: missing ModuleConfig handling
This commit is contained in:
parent
40aae19b45
commit
d21e735ae7
2 changed files with 8 additions and 0 deletions
|
|
@ -357,6 +357,7 @@ class RadioConfigViewModel @Inject constructor(
|
|||
setModuleConfig(moduleConfig { remoteHardware = it.remoteHardware })
|
||||
setModuleConfig(moduleConfig { neighborInfo = it.neighborInfo })
|
||||
setModuleConfig(moduleConfig { ambientLighting = it.ambientLighting })
|
||||
setModuleConfig(moduleConfig { detectionSensor = it.detectionSensor })
|
||||
setModuleConfig(moduleConfig { paxcounter = it.paxcounter })
|
||||
}
|
||||
setResponseStateSuccess()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue