提交 9ba62ab5 编写于 作者: A ArdaFu

[components][net] Fix the bug that missing define RT_LWIP_IPADDR/MASKADDR/GWADDR when disable DHCP.

上级 b2057f50
......@@ -55,7 +55,7 @@ config RT_USING_LWIP
default n
endif
if !RT_LWIP_DHCP
menu "Static IPv4 Address"
config RT_LWIP_IPADDR
string "IPv4: IP address"
default 192.168.1.30
......@@ -67,7 +67,7 @@ config RT_USING_LWIP
config RT_LWIP_MSKADDR
string "IPv4: Mask address"
default 255.255.255.0
endif
endmenu
config RT_LWIP_UDP
bool "UDP protocol"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册