Small brewpanel display error fix, did not affect real hardware.

Thu, 25 Feb 2016 23:24:50 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 25 Feb 2016 23:24:50 +0100
changeset 488
bee1f70fb42b
parent 487
d5bc44183aa4
child 489
9cb274b7e027

Small brewpanel display error fix, did not affect real hardware.

thermferm/thermferm.c file | annotate | diff | comparison | revisions
--- a/thermferm/thermferm.c	Thu Feb 25 23:14:46 2016 +0100
+++ b/thermferm/thermferm.c	Thu Feb 25 23:24:50 2016 +0100
@@ -213,7 +213,7 @@
 #ifdef HAVE_WIRINGPI_H
 				lcdPuts(lcdHandle, "New mode BEER");
 #endif
-				slcdPuts(slcdHandle, buf);
+				slcdPuts(slcdHandle, "New mode BEER");
 				break;
 
 	case MENU_BEER_TEMP:	

mercurial