From 433ff1474ec01d31cd0a4b22157e9ff533d4e7a3 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 3 Jan 2017 11:34:23 +1100 Subject: [PATCH] WiFi software coexistence: Clarify KConfig description Ref http://esp32.com/viewtopic.php?f=13&t=844&p=3576 --- components/esp32/Kconfig | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/components/esp32/Kconfig b/components/esp32/Kconfig index 90cd734bf..2a27c4df3 100644 --- a/components/esp32/Kconfig +++ b/components/esp32/Kconfig @@ -39,12 +39,13 @@ config ESP32_ENABLE_STACK_BT #endchoice config SW_COEXIST_ENABLE - bool "Software do control of wifi/bt coexisit" + bool "Software controls WiFi/BT coexistence" depends on ESP32_ENABLE_STACK_BT && ESP32_ENABLE_STACK_WIFI - default "n" - help - Software do something control of wifi/bt coexist. For some heavy traffic senario, - do sotware coexist, may be better. + default "n" + help + If enabled, WiFi & BT coexistence is controlled by software rather than hardware. + Recommended for heavy traffic scenarios. Both coexistence configuration options are + automatically managed, no user intervention is required. config MEMMAP_BT bool