From 8223db65e9fbded254f9733f2c5e877e7c42cc4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Wed, 7 Feb 2024 13:25:57 +0100 Subject: [PATCH] Update README.md Fix typo --- examples/generic_switch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/generic_switch/README.md b/examples/generic_switch/README.md index 1bc7618e4..1e1ce1a57 100644 --- a/examples/generic_switch/README.md +++ b/examples/generic_switch/README.md @@ -11,7 +11,7 @@ This example demonstrates the use of few optional data model elements like : Note: In order to retrieve the label-list from the fixed-label cluster the two options: - ``CONFIG_ENABLE_ESP32_FACTORY_DATA_PROVIDER`` and ``CONFIG_ENABLE_ESP32_DEVICE_INFO_PROVIDER`` have been set through sdkcofig.defaults. + ``CONFIG_ENABLE_ESP32_FACTORY_DATA_PROVIDER`` and ``CONFIG_ENABLE_ESP32_DEVICE_INFO_PROVIDER`` have been set through sdkconfig.defaults. See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.