# HG changeset patch # User Michiel Broek # Date 1456496040 -3600 # Node ID 080c8ea4875e6524ba66f7376288e73fa750cbfc # Parent 9cb274b7e027f2ecada52097984dd357cce5c875 Remove temporary marker. diff -r 9cb274b7e027 -r 080c8ea4875e thermferm/thermferm.c --- a/thermferm/thermferm.c Fri Feb 26 13:38:44 2016 +0100 +++ b/thermferm/thermferm.c Fri Feb 26 15:14:00 2016 +0100 @@ -1669,7 +1669,7 @@ */ LCDair = unit->air_temperature / 1000.0; LCDbeer = unit->beer_temperature / 1000.0; - LCDstatC = LCDstatH = 'x'; + LCDstatC = LCDstatH = ' '; if (unit->heater_address) { if (unit->heater_state) LCDstatH = '\6';