Browse Source

增加AT_CMD_MAX_LEN配置

马龙伟 6 years ago
parent
commit
b8c0c30c78
1 changed files with 4 additions and 0 deletions
  1. 4 0
      components/net/at/Kconfig

+ 4 - 0
components/net/at/Kconfig

@@ -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