mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 20:56:37 +00:00
parent
c5eda03b89
commit
394ba36c84
@ -1175,7 +1175,7 @@ void dispatch_statusupdate(const char*, const char*, uint8_t source)
|
|||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
snprintf_P(buffer, sizeof(buffer), PSTR("\"tftDriver\":\"%s\",\"tftWidth\":%u,\"tftHeight\":%u}"),
|
snprintf_P(buffer, sizeof(buffer), PSTR("\"tftDriver\":\"%s\",\"tftWidth\":%u,\"tftHeight\":%u}"),
|
||||||
haspTft.get_tft_model(), (TFT_WIDTH), (TFT_HEIGHT));
|
haspTft.get_tft_model(), haspTft.width(), haspTft.height());
|
||||||
strcat(data, buffer);
|
strcat(data, buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user