We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6430ad4 commit c2384c5Copy full SHA for c2384c5
drivers/wifi/esp32/Kconfig.esp32
@@ -51,7 +51,7 @@ config NET_MGMT_EVENT_STACK_SIZE
51
52
config ESP32_WIFI_STA_AUTO_DHCPV4
53
bool "Automatically starts DHCP4 negotiation"
54
- depends on NET_DHCPV4
+ default y if NET_DHCPV4
55
depends on NET_IPV4
56
help
57
WiFi driver will automatically initiate DHCPV4 negotiation when connected.
0 commit comments