mirror of https://github.com/arendst/Tasmota.git
Fix empty D_START breaks GetStateNumber()
This commit is contained in:
parent
c1ed3447c0
commit
4ad96a5465
|
@ -161,7 +161,7 @@
|
|||
#define D_SAVE "Mentés"
|
||||
#define D_SENSOR "Szenzor"
|
||||
#define D_SSID "SSID"
|
||||
#define D_START ""
|
||||
#define D_START "Start"
|
||||
#define D_STD_TIME "STD"
|
||||
#define D_STOP "Leállítás"
|
||||
#define D_SUBNET_MASK "Alhálózati maszk"
|
||||
|
|
Loading…
Reference in New Issue