Only show startup delay setting if wifi module enabled
This commit is contained in:
parent
2814b8c624
commit
717617593a
|
@ -324,6 +324,7 @@ menu "NodeMCU modules"
|
||||||
Includes the WiFi module (recommended).
|
Includes the WiFi module (recommended).
|
||||||
|
|
||||||
config NODEMCU_CMODULE_WIFI_STARTUP_DELAY
|
config NODEMCU_CMODULE_WIFI_STARTUP_DELAY
|
||||||
|
depends on NODEMCU_CMODULE_WIFI
|
||||||
depends on ESP_CONSOLE_USB_CDC
|
depends on ESP_CONSOLE_USB_CDC
|
||||||
int "WiFi start-up delay (ms)"
|
int "WiFi start-up delay (ms)"
|
||||||
default 500
|
default 500
|
||||||
|
|
Loading…
Reference in New Issue