esp32s3-devkit/adb: Enable file service
Test $ adb -s 1234 pull /etc/init.d/rcS /etc/init.d/rcS: 1 file pulled. 0.0 MB/s (7 bytes in 0.042s) Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
parent
826aa4f732
commit
c19e8c7861
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "../usb_device/defconfig"
|
||||
CONFIG_ADBD_FILE_SERVICE=y
|
||||
CONFIG_ADBD_SHELL_SERVICE=y
|
||||
CONFIG_ADBD_STACKSIZE=8192
|
||||
CONFIG_ADBD_USB_BOARDCTL=y
|
||||
|
|
Loading…
Reference in a new issue