mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
editing and saving channels kinda works
This commit is contained in:
parent
1d32dad6de
commit
2b588ac7e7
7 changed files with 137 additions and 64 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue