gracefully handle when an esp32 bluetooth link slowly browns out

This commit is contained in:
geeksville 2020-02-17 18:46:20 -08:00
parent b3026ba6be
commit bdd6e5de6c
6 changed files with 104 additions and 89 deletions

View file

@ -259,7 +259,7 @@ class MainActivity : AppCompatActivity(), Logging,
filter.addAction(MeshService.ACTION_NODE_CHANGE)
filter.addAction(MeshService.ACTION_RECEIVED_DATA)
registerReceiver(meshServiceReceiver, filter)
receiverRegistered = true;
}
private fun unregisterMeshReceiver() {