Parcourir la source

Merge pull request #2356 from loogg/mlw-fs

增加AT_CMD_MAX_LEN配置
Bernard Xiong il y a 6 ans
Parent
commit
7f987b512d
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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