Fix compile error

This commit is contained in:
Theo Arends 2021-02-20 17:26:09 +01:00
parent 54733cd3f0
commit 0bba4dc7d6
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ void RfSnsTheoV2Show(bool json)
sensor, GetDT(rfsns_theo_v2_t1[i].time).c_str(), voltage);
}
} else {
float temp = ConvertTemp((float)rfsns_theo_v2_t1[i].temp / 100)
float temp = ConvertTemp((float)rfsns_theo_v2_t1[i].temp / 100);
if (json) {
ResponseAppend_P(PSTR(",\"%s\":{\"" D_JSON_TEMPERATURE "\":%*_f,\"" D_JSON_ILLUMINANCE "\":%d,\"" D_JSON_VOLTAGE "\":%s}"),