From 0bba4dc7d695aef8fb24ccd73f2759c29abfeab9 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 20 Feb 2021 17:26:09 +0100 Subject: [PATCH] Fix compile error --- tasmota/xsns_37_rfsensor.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xsns_37_rfsensor.ino b/tasmota/xsns_37_rfsensor.ino index 424928a4a..3b469b2b5 100644 --- a/tasmota/xsns_37_rfsensor.ino +++ b/tasmota/xsns_37_rfsensor.ino @@ -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}"),