- Notifications
You must be signed in to change notification settings - Fork192
Open
Description
One of the recommendations made on the Minimizing Binary Size page (https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/performance/size.html#lwip-ipv6) is to disable IPv6 if not required. This is done by turning off optionCONFIG_LWIP_IPV6.
Doing this for the esp32-c3 target however causes the build to fail with the error:
esp32-arduino-lib-builder/components/arduino/cores/esp32/IPAddress.cpp:29:11: error: 'IP6_NO_ZONE' was not declared in this scopeThis appears to be occurring for at least theesp32-c3 target, but is not happening for theesp32 target.
Metadata
Metadata
Assignees
Labels
No labels