editing and saving channels kinda works

This commit is contained in:
geeksville 2020-04-09 16:33:42 -07:00
parent 1d32dad6de
commit 2b588ac7e7
7 changed files with 137 additions and 64 deletions

View file

@ -385,9 +385,8 @@ class MainActivity : AppCompatActivity(), Logging,
if (connected == MeshService.ConnectionState.CONNECTED) {
// everytime the radio reconnects, we slam in our current owner data, the radio is smart enough to only broadcast if needed
model.setOwner(this)
model.setOwner()
model.meshService?.let { service ->
debug("Getting latest radioconfig from service")
model.radioConfig.value =