mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
update configs to LocalConfig
This commit is contained in:
parent
d939f9784b
commit
ce83c84723
5 changed files with 78 additions and 71 deletions
|
|
@ -655,7 +655,7 @@ class MainActivity : BaseActivity(), Logging,
|
|||
else {
|
||||
// If our app is too old/new, we probably don't understand the new DeviceConfig messages, so we don't read them until here
|
||||
|
||||
model.setDeviceConfig(ConfigProtos.Config.parseFrom(service.deviceConfig))
|
||||
model.setLocalConfig(LocalOnlyProtos.LocalConfig.parseFrom(service.deviceConfig))
|
||||
|
||||
model.setChannels(ChannelSet(AppOnlyProtos.ChannelSet.parseFrom(service.channels)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue