mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
bluetooth cleanup wip
This commit is contained in:
parent
52440d499e
commit
6edc89e2aa
7 changed files with 339 additions and 150 deletions
|
|
@ -40,7 +40,7 @@ class SoftwareUpdateService : JobIntentService(), Logging {
|
|||
fun startUpdate() {
|
||||
info("starting update")
|
||||
|
||||
val sync = SyncBluetoothDevice(this@SoftwareUpdateService, device)
|
||||
val sync = SafeBluetooth(this@SoftwareUpdateService, device)
|
||||
|
||||
val firmwareStream = assets.open("firmware.bin")
|
||||
val firmwareCrc = CRC32()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue