thermferm/thermferm.c

changeset 547
0e4d4b45249f
parent 545
c382a6c58c20
child 548
2924fe4911d9
equal deleted inserted replaced
546:d2e8626e7118 547:0e4d4b45249f
1094 */ 1094 */
1095 if (unit->mode != UNITMODE_OFF) { 1095 if (unit->mode != UNITMODE_OFF) {
1096 initlog(unit->name); 1096 initlog(unit->name);
1097 } 1097 }
1098 } 1098 }
1099 #ifdef HAVE_MOSQUITTO_H
1100 publishDBirthAll();
1101 #endif
1099 1102
1100 #ifdef HAVE_WIRINGPI_H 1103 #ifdef HAVE_WIRINGPI_H
1101 piLock(LOCK_LCD); 1104 piLock(LOCK_LCD);
1102 #endif 1105 #endif
1103 lcd_buf_write(1, (char *)" ThermFerm "); 1106 lcd_buf_write(1, (char *)" ThermFerm ");

mercurial