From ec60c4d5596150a139e7237c7a685e5b2d2df8fb Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Sun, 9 Jun 2024 12:46:09 +0300 Subject: [PATCH] Removed unused data --- include/zh_config.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/zh_config.h b/include/zh_config.h index 49426b1..6bf78f5 100644 --- a/include/zh_config.h +++ b/include/zh_config.h @@ -571,10 +571,8 @@ typedef struct // Structure for data exchange between ESP-NOW devices. { struct // Tertiary structure for transfer from ESP-NOW node to ESP-NOW gateway system information for OTA update initialization. { - zh_device_type_t device_type; // ESP-NOW device type. - char app_name[32]; // Firmware application name. - char app_version[32]; // Firmware application version. - uint8_t mac_addr[6]; // ESP-NOW node MAC address. + char app_name[32]; // Firmware application name. + char app_version[32]; // Firmware application version. } espnow_ota_data; struct // Tertiary structure for transfer from ESP-NOW gateway to ESP-NOW node OTA update data. {