From 20f3d8ddef77868dc556f2236ceb80356e937fcd Mon Sep 17 00:00:00 2001 From: Javier Arigita Date: Fri, 1 May 2020 21:30:08 +0200 Subject: [PATCH] Implementation of Fahrenheit temperatures as option --- tasmota/xdrv_39_thermostat.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_39_thermostat.ino b/tasmota/xdrv_39_thermostat.ino index ba68876e4..7d54097fe 100644 --- a/tasmota/xdrv_39_thermostat.ino +++ b/tasmota/xdrv_39_thermostat.ino @@ -1453,4 +1453,4 @@ bool Xdrv39(uint8_t function) return result; } -#endif // USE_THERMOSTAT \ No newline at end of file +#endif // USE_THERMOSTAT