소스 검색

Merge pull request #2356 from loogg/mlw-fs

增加AT_CMD_MAX_LEN配置
Bernard Xiong 7 년 전
부모
커밋
7f987b512d
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
             bool "Enable print RAW format AT command communication data"
             default n
+
+        config AT_CMD_MAX_LEN
+            int "The maximum lenght of AT Commonds buffer"
+            default 128
          
     endif