소스 검색

[components][drivers]Kconfig wifi默认打开sta模式

tangyuxin 7 년 전
부모
커밋
c67595c242
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/drivers/Kconfig

+ 1 - 1
components/drivers/Kconfig

@@ -165,7 +165,7 @@ config RT_USING_WIFI
     if RT_USING_WIFI
         config RT_USING_WLAN_STA
             bool "Using station mode"
-            default n
+            default y
 
         config RT_USING_WLAN_AP
             bool "Using ap mode"