最終更新:2022-04-11 (月) 07:38:41 (753d)  

CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE
Top / CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE

Software controls WiFi?/Bluetooth coexistence

https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/kconfig.html#config-esp32-wifi-sw-coexist-enable

メモ

  • If enabled, WiFi? & Bluetooth 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.
  • If only Bluetooth is used, it is recommended to disable this option to reduce binary file size.

Default value:

  • Yes (enabled) if CONFIG_BT_ENABLED?