mirror of https://github.com/arendst/Tasmota.git
Merge pull request #7033 from MarcHagen/patch-1
DMY_LANGUAGE should be MY_LANGUAGE
This commit is contained in:
commit
7add6ca564
|
@ -51,7 +51,7 @@
|
||||||
//#define DWS74_BUG
|
//#define DWS74_BUG
|
||||||
|
|
||||||
// max 23 chars
|
// max 23 chars
|
||||||
#if DMY_LANGUAGE==de-DE
|
#if MY_LANGUAGE==de-DE
|
||||||
// german web text
|
// german web text
|
||||||
#define D_TPWRIN "Verbrauch"
|
#define D_TPWRIN "Verbrauch"
|
||||||
#define D_TPWROUT "Einspeisung"
|
#define D_TPWROUT "Einspeisung"
|
||||||
|
|
Loading…
Reference in New Issue