From 8a1af69343de10fec0e4b93d61b068ad5983bb16 Mon Sep 17 00:00:00 2001 From: Marc <980978+MarcHagen@users.noreply.github.com> Date: Tue, 26 Nov 2019 00:08:16 +0100 Subject: [PATCH] DMY_LANGUAGE should be MY_LANGUAGE --- tasmota/xsns_53_sml.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xsns_53_sml.ino b/tasmota/xsns_53_sml.ino index 21199ef9e..ddc3f8db0 100755 --- a/tasmota/xsns_53_sml.ino +++ b/tasmota/xsns_53_sml.ino @@ -51,7 +51,7 @@ //#define DWS74_BUG // max 23 chars -#if DMY_LANGUAGE==de-DE +#if MY_LANGUAGE==de-DE // german web text #define D_TPWRIN "Verbrauch" #define D_TPWROUT "Einspeisung"