mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
gracefully handle when an esp32 bluetooth link slowly browns out
This commit is contained in:
parent
b3026ba6be
commit
bdd6e5de6c
6 changed files with 104 additions and 89 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue