连接蓝牙,配网

This commit is contained in:
fengjignqi
2026-06-04 14:30:24 +08:00
parent 0f9c8c7329
commit 7e63101fc9
7 changed files with 850 additions and 180 deletions

View File

@@ -121,6 +121,7 @@ dependencies {
implementation project(path: ':imagepickerl')
//消息传递
implementation 'de.greenrobot:eventbus:3.0.0-beta1'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.trello.rxlifecycle2:rxlifecycle:2.2.1'
implementation 'com.trello.rxlifecycle2:rxlifecycle-android:2.2.1'
implementation 'com.trello.rxlifecycle2:rxlifecycle-components:2.2.1'
@@ -234,4 +235,3 @@ dependencies {
implementation 'com.github.espressif:esp-idf-provisioning-android:lib-2.2.3'
}