From 7a42949720b0b7a732e7a2d379c3a9183838f42d Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Sun, 23 Jun 2024 21:36:34 +0300 Subject: [PATCH] Removed unused data --- include/zh_config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/zh_config.h b/include/zh_config.h index 4a19442..adc019b 100644 --- a/include/zh_config.h +++ b/include/zh_config.h @@ -496,7 +496,6 @@ typedef struct // Structure for data exchange between ESP-NOW devices. } led_config_message; struct // Tertiary structure of zh_espnow_led node hardware configuration message. @note Used for change hardware configuration / publish at MQTT zh_espnow_led node hardware configuration message. { - ha_led_type_t led_type; // Led types. @note Used in zh_espnow_led firmware only. uint8_t first_white_pin; // First white GPIO number. uint8_t second_white_pin; // Second white GPIO number (if present). uint8_t red_pin; // Red GPIO number (if present).