brewco/brewco.c

changeset 468
e8203e891b0e
parent 467
f4d75ef899f4
child 471
1564b60558b1
--- a/brewco/brewco.c	Mon Dec 21 21:09:36 2015 +0100
+++ b/brewco/brewco.c	Mon Dec 21 21:21:16 2015 +0100
@@ -663,7 +663,8 @@
      */
     usleep(1500000);
     prompt(0, NULL);
-//    stopLCD();
+    setBacklight(0);
+
     if (sock != -1) {
 	if (shutdown(sock, SHUT_RDWR)) {
 	    syslog(LOG_NOTICE, "Can't shutdown socket: %s", strerror(errno));

mercurial