增加AT_CMD_MAX_LEN配置

This commit is contained in:
马龙伟 2019-02-18 14:22:15 +08:00
parent cdb469cee9
commit b8c0c30c78
1 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,10 @@ if RT_USING_AT
config AT_PRINT_RAW_CMD
bool "Enable print RAW format AT command communication data"
default n
config AT_CMD_MAX_LEN
int "AT send cmd buf max len "
default 128
endif