mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
create LocalConfig DataStore
This commit is contained in:
parent
42755e350e
commit
54f6112908
8 changed files with 198 additions and 31 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.setLocalConfig(LocalOnlyProtos.LocalConfig.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