Merge branch 'master' into fix

This commit is contained in:
Kevin Hester 2021-02-01 22:52:59 +08:00 committed by GitHub
commit 3d97e65149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 196 additions and 29 deletions

View file

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