From 9c02a4c861d3daaf32feb68bbe76e9e5b3dec493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 20 Mar 2023 22:08:25 +0100 Subject: [PATCH] Fix device name for Linux contact sensor (#25515) Fix device name for Linux contact sensor published by @andy31415 in PR#25161 --- .../contact-sensor-app/linux/include/CHIPProjectAppConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/contact-sensor-app/linux/include/CHIPProjectAppConfig.h b/examples/contact-sensor-app/linux/include/CHIPProjectAppConfig.h index a804ef8acfc09b..3b9e60aa31754d 100644 --- a/examples/contact-sensor-app/linux/include/CHIPProjectAppConfig.h +++ b/examples/contact-sensor-app/linux/include/CHIPProjectAppConfig.h @@ -36,4 +36,4 @@ #define CHIP_DEVICE_ENABLE_PORT_PARAMS 1 -#define CHIP_DEVICE_CONFIG_DEVICE_NAME "Test Bulb" +#define CHIP_DEVICE_CONFIG_DEVICE_NAME "Contact sensor"