1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +00:00

SerialInputOutputManager: use optimal read buffer size to reduce latency for FTDI and CH34x

This commit is contained in:
kai-morich
2021-04-04 20:48:46 +02:00
parent c917ac5c83
commit 848d4e7713
5 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ allprojects {
Add library to dependencies
```gradle
dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:3.3.0'
implementation 'com.github.mik3y:usb-serial-for-android:3.3.1'
}
```