mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
create ChannelSet datastore
This commit is contained in:
parent
382535da47
commit
2ed5548abb
11 changed files with 154 additions and 69 deletions
|
|
@ -473,14 +473,7 @@ class MainActivity : BaseActivity(), Logging {
|
|||
// 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.setChannels(
|
||||
ChannelSet(
|
||||
AppOnlyProtos.ChannelSet.parseFrom(
|
||||
service.channels
|
||||
)
|
||||
)
|
||||
)
|
||||
// model.setChannels(ChannelSet(AppOnlyProtos.ChannelSet.parseFrom(service.channels)))
|
||||
|
||||
model.updateNodesFromDevice()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue