mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
ebef063523
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
|