fix channel setting

This commit is contained in:
Kevin Hester 2021-03-05 14:14:17 +08:00
parent d15ff7ed36
commit 390413bd8a
3 changed files with 14 additions and 3 deletions

View file

@ -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