17 lines
408 B
Plaintext
17 lines
408 B
Plaintext
CONFIG_IDF_TARGET="esp32c6"
|
|
|
|
# Enable Wi-Fi STA for Matter over Wi-Fi (REQUIRED for App control)
|
|
CONFIG_ENABLE_WIFI_STATION=y
|
|
CONFIG_ENABLE_WIFI_AP=n
|
|
|
|
# Disable Thread for now (enable later for mesh)
|
|
CONFIG_OPENTHREAD_ENABLED=n
|
|
|
|
# BLE for commissioning
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BT_NIMBLE_ENABLED=y
|
|
|
|
# Custom partition
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|