Swapped heat/cool symbols.

Fri, 26 Feb 2016 13:38:44 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 26 Feb 2016 13:38:44 +0100
changeset 489
9cb274b7e027
parent 488
bee1f70fb42b
child 490
080c8ea4875e

Swapped heat/cool symbols.

thermferm/thermferm.c file | annotate | diff | comparison | revisions
--- a/thermferm/thermferm.c	Thu Feb 25 23:24:50 2016 +0100
+++ b/thermferm/thermferm.c	Fri Feb 26 13:38:44 2016 +0100
@@ -1672,15 +1672,15 @@
 		LCDstatC = LCDstatH = 'x';
 		if (unit->heater_address) {
 		    if (unit->heater_state) 
-			LCDstatH = '\5';
+			LCDstatH = '\6';
 		    else
-			LCDstatH = '\6';
+			LCDstatH = '\5';
 		}
 		if (unit->cooler_address) {
 		    if (unit->cooler_state) 
-			LCDstatC = '\3';
+			LCDstatC = '\4';
 		    else
-			LCDstatC = '\4';
+			LCDstatC = '\3';
 		}
 		LCDspH = LCDspL = 0.0;
 		if (unit->mode == UNITMODE_BEER)

mercurial