From a4c3c5e58d82159b971b15489d5241f94ee7cc66 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sun, 1 Sep 2024 02:16:04 -0400 Subject: [PATCH] . --- ESP32-C3_Table-Lamp/main/app_priv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ESP32-C3_Table-Lamp/main/app_priv.h b/ESP32-C3_Table-Lamp/main/app_priv.h index 29efc486..233a3a62 100644 --- a/ESP32-C3_Table-Lamp/main/app_priv.h +++ b/ESP32-C3_Table-Lamp/main/app_priv.h @@ -10,7 +10,8 @@ #include #define DEFAULT_POWER true -#define DEVICE_DESCRIPTION "Lamp" +#define DEVICE_DESCRIPTION CONFIG_DEVICE_DESCRIPTION + extern esp_rmaker_device_t *switch_device; void app_driver_init(void); int app_driver_set_state(bool state);