mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Enabled CONFIG_LWIP_DHCP_RESTORE_LAST_IP configuration to compile and test the DHCP last IP restore functionality in CI tests.
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
CONFIG_UNITY_ENABLE_FIXTURE=y
|
|
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=n
|
|
|
|
# Added to enable compilation of DHCP last IP restore feature
|
|
CONFIG_LWIP_DHCP_RESTORE_LAST_IP=y
|