Explorar o código

Remove can not use wake up source for esp32h2

GengYuchao %!s(int64=3) %!d(string=hai) anos
pai
achega
df6d3eb602
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      components/bt/controller/esp32h2/Kconfig.in

+ 1 - 5
components/bt/controller/esp32h2/Kconfig.in

@@ -375,14 +375,10 @@ config BT_LE_SLEEP_ENABLE
 choice BT_LE_WAKEUP_SOURCE
 choice BT_LE_WAKEUP_SOURCE
     prompt "BLE light sleep wakeup source"
     prompt "BLE light sleep wakeup source"
     depends on BT_LE_SLEEP_ENABLE
     depends on BT_LE_SLEEP_ENABLE
-    default BT_LE_WAKEUP_SOURCE_BLE_RTC_TIMER
+    default BT_LE_WAKEUP_SOURCE_CPU_RTC_TIMER
     config BT_LE_WAKEUP_SOURCE_CPU_RTC_TIMER
     config BT_LE_WAKEUP_SOURCE_CPU_RTC_TIMER
         bool "Use ESP timer to wakeup CPU"
         bool "Use ESP timer to wakeup CPU"
         help
         help
             Use esp timer to wakeup CPU
             Use esp timer to wakeup CPU
 
 
-    config BT_LE_WAKEUP_SOURCE_BLE_RTC_TIMER
-        bool "Use BLE rtc timer to wakeup CPU"
-        help
-            Use BLE rtc timer to wakeup CPU
 endchoice
 endchoice