From e19ac64db133b36c4fae6713db3a2c30bb15e101 Mon Sep 17 00:00:00 2001 From: gnxlxnxx Date: Wed, 24 Jan 2024 22:19:22 +0100 Subject: [PATCH] ....................... --- components/custom_monochromatic/monochromatic_light_output.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/custom_monochromatic/monochromatic_light_output.h b/components/custom_monochromatic/monochromatic_light_output.h index 74f8296..93119df 100644 --- a/components/custom_monochromatic/monochromatic_light_output.h +++ b/components/custom_monochromatic/monochromatic_light_output.h @@ -55,13 +55,13 @@ public: if(data != 0){ if(data & 1){ this->set_state(Off); - /* ESP_LOGI(TAG, "Set to Off", data); */ + ESP_LOGI("TEST", "Set to Off", data); /* } else if ( data & 2 ){ */ /* this->set_state(Auto); */ /* ESP_LOGI(TAG, "Set to Auto", data); */ } else if ( data & 4 ){ this->set_state(On); - /* ESP_LOGI(TAG, "Set to On", data); */ + ESP_LOGI("TEST", "Set to On", data); } } /* if(this->state_ == Auto) { */