From 440f6176897415cae6482995ea2e75c95f1bf018 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Wed, 12 Jun 2024 07:34:58 +0300 Subject: [PATCH] 1 --- main/zh_espnow_led.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/zh_espnow_led.c b/main/zh_espnow_led.c index 81801de..250bb1a 100644 --- a/main/zh_espnow_led.c +++ b/main/zh_espnow_led.c @@ -508,7 +508,7 @@ void zh_espnow_event_handler(void *arg, esp_event_base_t event_base, int32_t eve goto ZH_NETWORK_EVENT_HANDLER_EXIT; } #endif - zh_espnow_data_t *data = (zh_espnow_data_t *)recv_data->data; + zh_espnow_data_t *data = (zh_espnow_data_t *)recv_data->data; switch (data->device_type) { case ZHDT_GATEWAY: