mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix channel setting
This commit is contained in:
parent
d15ff7ed36
commit
390413bd8a
3 changed files with 14 additions and 3 deletions
|
|
@ -667,6 +667,9 @@ class MainActivity : AppCompatActivity(), Logging,
|
|||
model.radioConfig.value =
|
||||
RadioConfigProtos.RadioConfig.parseFrom(service.radioConfig)
|
||||
|
||||
model.channels.value =
|
||||
ChannelSet(AppOnlyProtos.ChannelSet.parseFrom(service.channels))
|
||||
|
||||
updateNodesFromDevice()
|
||||
|
||||
// we have a connection to our device now, do the channel change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue