kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
chore(deps): update com.github.mik3y:usb-serial-for-android to v3.9.0 - abandoned (#1666)
* chore(deps): update com.github.mik3y:usb-serial-for-android to v3.9.0 * fix: Use SerialInputOutputManager.start() according to change https://github.com/mik3y/usb-serial-for-android/releases/tag/v3.9.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>pull/1683/head
rodzic
f2355f5a32
commit
559b47355d
|
@ -101,12 +101,7 @@ internal class SerialConnectionImpl(
|
|||
ioRef.set(this)
|
||||
}
|
||||
|
||||
Thread(io).apply {
|
||||
isDaemon = true
|
||||
priority = Thread.MAX_PRIORITY
|
||||
name = "serial reader"
|
||||
}.start() // No need to keep reference to thread around, we quit by asking the ioManager to quit
|
||||
|
||||
io.start()
|
||||
listener.onConnected()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ protobuf-gradle-plugin = "0.9.4"
|
|||
protobuf-kotlin = "4.30.1"
|
||||
room = "2.6.1"
|
||||
streamsupport-minifuture = "1.7.4"
|
||||
usb-serial-android = "3.8.1"
|
||||
usb-serial-android = "3.9.0"
|
||||
viewpager2 = "1.1.0"
|
||||
work-runtime-ktx = "2.10.0"
|
||||
zxing-android-embedded = "4.3.0"
|
||||
|
|
Ładowanie…
Reference in New Issue