Fix TM163x driver

This commit is contained in:
Theo Arends 2021-03-19 10:19:01 +01:00
parent 320f0e2776
commit ee1ecfc267
1 changed files with 1 additions and 1 deletions

View File

@ -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"));