mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Clean up WiFi & Bluetooth config options * Splits "WiFi" configuration out from ESP32 configuration submenu to its own menu. * Renames "BT" to "Bluetooth", enabling Bluetooth is now in this option not the ESP32 submenu. * Also disables compiling/linking of BT stack if Bluetooth is disabled, saves some build time. See merge request !397