diff --git a/tasmota/xdsp_15_tm1637.ino b/tasmota/xdsp_15_tm1637.ino index 979b5d96a..bfc7d8486 100644 --- a/tasmota/xdsp_15_tm1637.ino +++ b/tasmota/xdsp_15_tm1637.ino @@ -208,7 +208,7 @@ void TM1637Init(void) { return; } - Settings.display_model == XDSP_15; + Settings.display_model = XDSP_15; if (TM1637Data.display_type == TM1637) { strcpy_P(TM1637Data.model_name, PSTR("TM1637"));