mirror of https://github.com/arendst/Tasmota.git
Fix TM163x driver
This commit is contained in:
parent
320f0e2776
commit
ee1ecfc267
|
@ -208,7 +208,7 @@ void TM1637Init(void) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Settings.display_model == XDSP_15;
|
Settings.display_model = XDSP_15;
|
||||||
|
|
||||||
if (TM1637Data.display_type == TM1637) {
|
if (TM1637Data.display_type == TM1637) {
|
||||||
strcpy_P(TM1637Data.model_name, PSTR("TM1637"));
|
strcpy_P(TM1637Data.model_name, PSTR("TM1637"));
|
||||||
|
|
Loading…
Reference in New Issue