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';