mirror of https://github.com/arendst/Tasmota.git
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
This commit is contained in:
parent
cdd660b427
commit
4f6e97016f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue