From 4c91375a6b31c71af1887110170ba4f677e53ce9 Mon Sep 17 00:00:00 2001 From: Zhan Zhancheng Date: Fri, 22 Oct 2021 12:46:08 +0800 Subject: [PATCH] fix: Sleep is disabled by default --- components/mwifi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mwifi/Kconfig b/components/mwifi/Kconfig index 05adadec..b5db32be 100755 --- a/components/mwifi/Kconfig +++ b/components/mwifi/Kconfig @@ -217,7 +217,7 @@ menu "MDF Mwifi" menu "Power save config" config MWIFI_ENABLE_PS bool "Enable mesh PS (power save) function" - default y + default n help Enable/Disable Power Save function.