# Shared defaults. Target-specific settings are generated into `sdkconfig` # by `idf.py set-target esp32c6` (first-time setup, see README) rather than # hardcoded here. CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" # Matches the real 8MB flash (confirmed via `esptool flash_id` against # actual hardware, 2026-07-12) and partitions.csv's layout -- keep both # in sync if either changes. CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y # IPv6 is required (not just the ESP-IDF default) -- transport/commissioning # requests a link-local IPv6 address once Wi-Fi STA connects. Explicit here # so it can't silently regress even though CONFIG_LWIP_IPV6 already # defaults to y in this ESP-IDF version. CONFIG_LWIP_IPV6=y