mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
parent
c5eda03b89
commit
394ba36c84
@ -1175,7 +1175,7 @@ void dispatch_statusupdate(const char*, const char*, uint8_t source)
|
||||
// #endif
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user