mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Merge branch 'master' into fix
This commit is contained in:
commit
3d97e65149
26 changed files with 196 additions and 29 deletions
|
|
@ -606,7 +606,7 @@ class MainActivity : AppCompatActivity(), Logging,
|
|||
|
||||
/// Called when we gain/lose a connection to our mesh radio
|
||||
private fun onMeshConnectionChanged(connected: MeshService.ConnectionState) {
|
||||
debug("connchange ${model.isConnected.value}")
|
||||
debug("connchange ${model.isConnected.value} -> $connected")
|
||||
|
||||
if (connected == MeshService.ConnectionState.CONNECTED) {
|
||||
model.meshService?.let { service ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue