Remove temporary marker.

Fri, 26 Feb 2016 15:14:00 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 26 Feb 2016 15:14:00 +0100
changeset 490
080c8ea4875e
parent 489
9cb274b7e027
child 491
31b14c9ac625

Remove temporary marker.

thermferm/thermferm.c file | annotate | diff | comparison | revisions
--- 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';

mercurial