From 4f6e97016f5435ee3cebbaad3f3ccc31e92b1269 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Sat, 30 Jan 2021 22:10:03 -0300 Subject: [PATCH] Deleted duplicated entries in i18n.h The entry: #define D_ZIGBEE_NOT_STARTED "Zigbee not started" is duplicated in i18n.h from all language files. This produces a warning while compiling due to redefinition if changing the language in my_user_config.h --- tasmota/i18n.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/i18n.h b/tasmota/i18n.h index 7f12060cc..daf55043e 100644 --- a/tasmota/i18n.h +++ b/tasmota/i18n.h @@ -543,7 +543,6 @@ #define D_SO_ZIGBEE_NOAUTOQUERY "NoAutoQuery" #define D_SO_ZIGBEE_ZBRECEIVEDTOPIC "ReceivedTopic" #define D_SO_ZIGBEE_OMITDEVICE "OmitDevice" -#define D_ZIGBEE_NOT_STARTED "Zigbee not started" #define D_CMND_ZIGBEE_PERMITJOIN "PermitJoin" #define D_CMND_ZIGBEE_STATUS "Status" #define D_CMND_ZIGBEE_RESET "Reset"