Fix empty D_START breaks GetStateNumber()

This commit is contained in:
barbudor 2022-03-05 22:12:11 +01:00
parent c1ed3447c0
commit 4ad96a5465

View File

@ -161,7 +161,7 @@
#define D_SAVE "Mentés" #define D_SAVE "Mentés"
#define D_SENSOR "Szenzor" #define D_SENSOR "Szenzor"
#define D_SSID "SSID" #define D_SSID "SSID"
#define D_START "" #define D_START "Start"
#define D_STD_TIME "STD" #define D_STD_TIME "STD"
#define D_STOP "Leállítás" #define D_STOP "Leállítás"
#define D_SUBNET_MASK "Alhálózati maszk" #define D_SUBNET_MASK "Alhálózati maszk"