From 717617593a67db8ee6042240648b4ff0afc1ac14 Mon Sep 17 00:00:00 2001 From: Jade Mattsson Date: Thu, 17 Oct 2024 11:41:14 +1100 Subject: [PATCH] Only show startup delay setting if wifi module enabled --- components/modules/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/components/modules/Kconfig b/components/modules/Kconfig index 0ca93e76..19c86975 100644 --- a/components/modules/Kconfig +++ b/components/modules/Kconfig @@ -324,6 +324,7 @@ menu "NodeMCU modules" Includes the WiFi module (recommended). config NODEMCU_CMODULE_WIFI_STARTUP_DELAY + depends on NODEMCU_CMODULE_WIFI depends on ESP_CONSOLE_USB_CDC int "WiFi start-up delay (ms)" default 500