Explorar o código

Merge branch 'bugfix/btdm_enable_modem_sleep_by_default' into 'master'

bugfix/btdm_enable_modem_sleep_by_default

See merge request idf/esp-idf!3284
Jiang Jiang Jian %!s(int64=7) %!d(string=hai) anos
pai
achega
d41ee5c628
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/bt/Kconfig

+ 1 - 1
components/bt/Kconfig

@@ -132,7 +132,7 @@ menu "MODEM SLEEP Options"
 config BTDM_CONTROLLER_MODEM_SLEEP
     bool "Bluetooth modem sleep"
     depends on BT_ENABLED
-    default n
+    default y
     help
         Enable/disable bluetooth controller low power mode.
         Note that currently there is problem in the combination use of bluetooth modem sleep and Dynamic Frequency Scaling(DFS). So do not enable DFS if bluetooth modem sleep is in use.