mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
system/adb: Change the default value of ADBD_PAYLOAD_SIZE to 1024
improve the speed of "adb push" and "adb pull" Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:

committed by
Petro Karashchenko

parent
3b1967ec71
commit
b1276ea1b4
@@ -83,7 +83,7 @@ config ADBD_FEATURES
|
|||||||
|
|
||||||
config ADBD_PAYLOAD_SIZE
|
config ADBD_PAYLOAD_SIZE
|
||||||
int "Normal ADB frame size"
|
int "Normal ADB frame size"
|
||||||
default 64
|
default 1024
|
||||||
---help---
|
---help---
|
||||||
Normal frame size in bytes.
|
Normal frame size in bytes.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user