thermferm/thermferm.c

changeset 490
080c8ea4875e
parent 489
9cb274b7e027
child 491
31b14c9ac625
equal deleted inserted replaced
489:9cb274b7e027 490:080c8ea4875e
1667 /* 1667 /*
1668 * Now everything is set and done, update the LCD display 1668 * Now everything is set and done, update the LCD display
1669 */ 1669 */
1670 LCDair = unit->air_temperature / 1000.0; 1670 LCDair = unit->air_temperature / 1000.0;
1671 LCDbeer = unit->beer_temperature / 1000.0; 1671 LCDbeer = unit->beer_temperature / 1000.0;
1672 LCDstatC = LCDstatH = 'x'; 1672 LCDstatC = LCDstatH = ' ';
1673 if (unit->heater_address) { 1673 if (unit->heater_address) {
1674 if (unit->heater_state) 1674 if (unit->heater_state)
1675 LCDstatH = '\6'; 1675 LCDstatH = '\6';
1676 else 1676 else
1677 LCDstatH = '\5'; 1677 LCDstatH = '\5';

mercurial