thermferm/thermferm.c

changeset 111
bdf3c5278a24
parent 108
50d2187fdb74
child 131
528dc0bb81ab
--- a/thermferm/thermferm.c	Sun Jul 13 22:11:46 2014 +0200
+++ b/thermferm/thermferm.c	Sun Jul 13 22:13:13 2014 +0200
@@ -287,8 +287,10 @@
 #endif
     }
 
+#ifdef HAVE_WIRINGPI_H
     lcd_buf_write(1, (char *)"    ThermFerm   ");
     lcd_buf_write(2, (char *)" Version %s     ", VERSION);
+#endif
 
     snprintf(buf, 1023, "tempA,tempB");
     logger((char *)"thermferm.log", buf);

mercurial