mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
first test
This commit is contained in:
parent
6fd57c8722
commit
1c942a10b3
4 changed files with 49 additions and 6 deletions
|
|
@ -42,6 +42,8 @@ class MainActivity : AppCompatActivity() {
|
|||
val enableBtIntent = Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE)
|
||||
startActivityForResult(enableBtIntent, REQUEST_ENABLE_BT)
|
||||
}
|
||||
|
||||
SoftwareUpdateService.enqueueWork(this, SoftwareUpdateService.scanDevicesIntent)
|
||||
}
|
||||
|
||||
override fun onCreateOptionsMenu(menu: Menu): Boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue