mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-30 22:05:21 +00:00

Enabled CONFIG_LWIP_DHCP_RESTORE_LAST_IP configuration to compile and test the DHCP last IP restore functionality in CI tests.
5 lines
195 B
CMake
5 lines
195 B
CMake
idf_component_register(SRCS "lwip_test.c"
|
|
REQUIRES test_utils
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES unity lwip test_utils nvs_flash)
|