自动检测串口,检测时保证发送一次开机指令; 增加 acra

This commit is contained in:
Zhanghu
2026-01-05 15:39:16 +08:00
parent 80341f540f
commit dd03bbfcea
14 changed files with 523 additions and 49 deletions

View File

@@ -1,4 +1,6 @@
[versions]
serialport = "2.1.1"
acraHttp = "5.13.1"
agp = "8.8.2"
exoplayer = "2.19.1"
banner = "2.2.2"
@@ -28,6 +30,8 @@ utilcodex = "1.31.1"
xlog = "1.11.1"
[libraries]
serialport = { module = "io.github.xmaihh:serialport", version.ref = "serialport" }
acra-http = { module = "ch.acra:acra-http", version.ref = "acraHttp" }
annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
banner = { module = "io.github.youth5201314:banner", version.ref = "banner" }
exoplayer = { module = "com.google.android.exoplayer:exoplayer", version.ref = "exoplayer" }