Skip to content

Commit ebef063

Browse files
committed
test(lwip): Added LWIP_DHCP_RESTORE_LAST_IP config in lwip test apps
Enabled CONFIG_LWIP_DHCP_RESTORE_LAST_IP configuration to compile and test the DHCP last IP restore functionality in CI tests.
1 parent 65706be commit ebef063

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
idf_component_register(SRCS "lwip_test.c"
22
REQUIRES test_utils
33
INCLUDE_DIRS "."
4-
PRIV_REQUIRES unity lwip test_utils)
4+
PRIV_REQUIRES unity lwip test_utils nvs_flash)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
CONFIG_UNITY_ENABLE_FIXTURE=y
22
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=n
3+
4+
# Added to enable compilation of DHCP last IP restore feature
5+
CONFIG_LWIP_DHCP_RESTORE_LAST_IP=y

0 commit comments

Comments
 (0)