增加AT_CMD_MAX_LEN配置
This commit is contained in:
parent
cdb469cee9
commit
b8c0c30c78
@ -74,6 +74,10 @@ if RT_USING_AT
|
|||||||
config AT_PRINT_RAW_CMD
|
config AT_PRINT_RAW_CMD
|
||||||
bool "Enable print RAW format AT command communication data"
|
bool "Enable print RAW format AT command communication data"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config AT_CMD_MAX_LEN
|
||||||
|
int "AT send cmd buf max len "
|
||||||
|
default 128
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user