Fix the local build for external platform in case of light example

This commit is contained in:
Shripad Deshpande
2024-05-13 20:02:12 +08:00
committed by Hrishikesh Dhayagude
parent bf568327d4
commit 9783e126b9
2 changed files with 60 additions and 1 deletions
+1 -1
View File
@@ -934,7 +934,7 @@ As an example, you can build *light* example on ``ESP32_custom`` platform with f
cp -r $ESP_MATTER_PATH/connectedhomeip/connectedhomeip/src/platform/ESP32 $ESP_MATTER_PATH/../platform/ESP32_custom
cp $ESP_MATTER_PATH/examples/common/external_platform/BUILD.gn $ESP_MATTER_PATH/../platform/ESP32_custom
cd $ESP_MATTER_PATH/examples/light
cp sdkconfig.defaults.ext_plat_ci sdkconfig.defaults
cp sdkconfig.defaults.ext_plat sdkconfig.defaults
idf.py build
2.6 Factory Data Providers