Hi, everyone. Now I understand that the software coexistence option (CONFIG_ESP_COEX_SW_COEXIST_ENABLE) is selected by default in the Arduino IDE.
But there was no option matching CONFIG_ESP_COEX_SW_COEXIST_ENABLE within the Arduino IDE, I didn't know that option was selected. Could you help me where I can tell which option is selected, please?
In my research, I did found "CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE=y" and "CONFIG_SW_COEXIST_ENABLE=y" in the sdkconfig file in my user directory in AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\tools\sdk\esp32s3. However, I couldn't find the option "CONFIG_ESP_COEX_SW_COEXIST_ENABLE" that I'm talking about.
Now I have no hint so I want you to tell me which document I should refer to.
How can I tell the software coexistence option selected on Arduino IDE
-
- Posts: 826
- Joined: Mon Jul 22, 2019 3:20 pm
Re: How can I tell the software coexistence option selected on Arduino IDE
The option is called CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE in IDF 4.4.5.
https://docs.espressif.com/projects/esp ... ist-enable
CONFIG_SW_COEXIST_ENABLE is a synonym for the legacy (pre-4.X) setting
https://docs.espressif.com/projects/esp ... ist-enable
CONFIG_SW_COEXIST_ENABLE is a synonym for the legacy (pre-4.X) setting
Re: How can I tell the software coexistence option selected on Arduino IDE
Thank you for your reply. Now I can tell the option selected on Arduino IDE.
It is a great help for me. Thank you very much!
It is a great help for me. Thank you very much!
Who is online
Users browsing this forum: No registered users and 51 guests