mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
bt scan kinda works
This commit is contained in:
parent
d4cf41c98a
commit
4f75601786
4 changed files with 73 additions and 39 deletions
|
|
@ -168,12 +168,7 @@ class MainActivity : AppCompatActivity(), Logging,
|
|||
} else {
|
||||
Toast.makeText(this, "Error - this app requires bluetooth", Toast.LENGTH_LONG).show()
|
||||
}
|
||||
|
||||
/* Do this better FIXME */
|
||||
val usetbeam = false
|
||||
val address = if (usetbeam) "B4:E6:2D:EA:32:B7" else "24:6F:28:96:C9:2A"
|
||||
RadioInterfaceService.setBondedDeviceAddress(this, null)
|
||||
|
||||
|
||||
requestPermission()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue