Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drivers/wifi/esp32/Kconfig.esp32
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ config NET_MGMT_EVENT_STACK_SIZE

config ESP32_WIFI_STA_AUTO_DHCPV4
bool "Automatically starts DHCP4 negotiation"
depends on NET_DHCPV4
default y if NET_DHCPV4
depends on NET_IPV4
help
WiFi driver will automatically initiate DHCPV4 negotiation when connected.
Expand Down