in esp_matter example ICD_APP #if CHIP_DEVICE_CONFIG_ENABLE_THREAD
ESP_LOGI(TAG, "CHIP_DEVICE_CONFIG_ENABLE_THREAD"); this line is printing so CHIP_DEVICE_CONFIG_ENABLE_THREAD is defined somewhere cannot find it. please help me
@Buddhika93n , the option CHIP_DEVICE_CONFIG_ENABLE_THREAD is defined here where the option is mapped to CONFIG_ENABLE_MATTER_OVER_THREAD in ESP32.
The thread support is enabled by enabling CONFIG_ENABLE_MATTER_OVER_THREAD through idf.py menuconfig. The option is defined here.
in esp_matter example ICD_APP #if CHIP_DEVICE_CONFIG_ENABLE_THREAD ESP_LOGI(TAG, "CHIP_DEVICE_CONFIG_ENABLE_THREAD"); this line is printing so CHIP_DEVICE_CONFIG_ENABLE_THREAD is defined somewhere cannot find it. please help me