# 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 4MB layout assumed in partitions.csv (TODO: adjust both # together once real hardware's actual flash size is confirmed). CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y