初步增加airkiss配网

This commit is contained in:
Lihongda 2024-02-23 06:27:06 +08:00
parent b6f1aeaeb6
commit 02fea51b9e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class AirKissUtil {
Thread.sleep(4);
}
LogUtils.d("LHD 从AirKissEncoder对象中获取编码后的数据数组 encoded_data = "+ Arrays.toString(encoded_data));
Thread.sleep(1000);
Thread.sleep(200);
}
subscriber.onCompleted();
} catch (Exception e) {