From ee1ecfc26710307c826ed6cb29dbe074bb858abb Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 19 Mar 2021 10:19:01 +0100 Subject: [PATCH] Fix TM163x driver --- tasmota/xdsp_15_tm1637.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));