Page 1 of 1

Is there a way to set CONFIG_ESP32_WIFI_ENABLED=n via ESP32 menuconfig?

Posted: Sun Feb 26, 2023 5:38 am
by zapta1
Is there a way to set CONFIG_ESP32_WIFI_ENABLED=n via ESP32 menuconfig?

I looked all around the GUI, including Components/Wi Fi, and could find a way to turn it off.

Our app is BLE only and I hope that this will save us compile time and/or binary size.

Re: Is there a way to set CONFIG_ESP32_WIFI_ENABLED=n via ESP32 menuconfig?

Posted: Mon Feb 27, 2023 9:21 pm
by MicroController
That's not the flag you're looking for ;-)
It doesn't do much of anything.

Make sure you have your project's (and components') dependencies declared right to not inadvertently pull in unnecessary components.