增加AT_CMD_MAX_LEN配置
This commit is contained in:
parent
cdb469cee9
commit
b8c0c30c78
|
@ -75,6 +75,10 @@ if RT_USING_AT
|
|||
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
|
||||
|
||||
config AT_SW_VERSION_NUM
|
||||
|
|
Loading…
Reference in New Issue