mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00: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:
parent
3b1967ec71
commit
b1276ea1b4
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ config ADBD_FEATURES
|
|||
|
||||
config ADBD_PAYLOAD_SIZE
|
||||
int "Normal ADB frame size"
|
||||
default 64
|
||||
default 1024
|
||||
---help---
|
||||
Normal frame size in bytes.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue