瀏覽代碼

增加AT_CMD_MAX_LEN配置

马龙伟 6 年之前
父節點
當前提交
b8c0c30c78
共有 1 個文件被更改,包括 4 次插入0 次删除
  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
        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