From 70033017fd0047a3a1ef54b8e2f78ecda5a6c4b3 Mon Sep 17 00:00:00 2001 From: MichaelDvP <59284019+MichaelDvP@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:37:56 +0100 Subject: [PATCH] fix #33, Junkers mode names sorted --- src/locale_EN.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locale_EN.h b/src/locale_EN.h index e4af2d6b9..3c192fabd 100644 --- a/src/locale_EN.h +++ b/src/locale_EN.h @@ -229,12 +229,12 @@ MAKE_PSTR_LIST(enum_summermode, F_(summer), F_(auto), F_(winter)) MAKE_PSTR_LIST(enum_mode, F_(manual), F_(auto)) MAKE_PSTR_LIST(enum_mode2, F_(off), F_(manual), F_(auto)) MAKE_PSTR_LIST(enum_mode3, F_(night), F_(day), F_(auto)) -MAKE_PSTR_LIST(enum_mode4, F_(manual), F_(auto), F_(holiday)) +MAKE_PSTR_LIST(enum_mode4, F_(blank), F_(manual), F_(auto), F_(holiday)) MAKE_PSTR_LIST(enum_modetype, F_(eco), F_(comfort)) MAKE_PSTR_LIST(enum_modetype2, F_(day)) MAKE_PSTR_LIST(enum_modetype3, F_(night), F_(day)) -MAKE_PSTR_LIST(enum_modetype4, F_(heat), F_(eco), F_(nofrost)) +MAKE_PSTR_LIST(enum_modetype4, F_(blank), F_(nofrost), F_(eco), F_(heat)) MAKE_PSTR_LIST(enum_reducemode, F_(nofrost), F_(reduce), F_(room), F_(outdoor))