Dependencies: net 1-wire lpc1768 crypto clock web fram log
/media/uploads/andrewboyson/heating.sch
/media/uploads/andrewboyson/heating.brd
/media/uploads/andrewboyson/eagle.epf
Diff: web-this/radiator/web-radiator-ajax.c
- Revision:
- 57:72c1c1357861
- Parent:
- 53:c1bf7d9db507
- Child:
- 96:18a3813bb4b5
--- a/web-this/radiator/web-radiator-ajax.c Fri May 03 14:29:22 2019 +0000 +++ b/web-this/radiator/web-radiator-ajax.c Mon May 06 07:55:09 2019 +0000 @@ -16,7 +16,7 @@ int nibble = 0; if (ProgramTimerOutput ) nibble |= 0x01; - if (RadiatorGetMode() ) nibble |= 0x02; + if (RadiatorGetWinter() ) nibble |= 0x02; if (RadiatorGetOverride()) nibble |= 0x04; if (RadiatorPump ) nibble |= 0x08; HttpAddNibbleAsHex (nibble); HttpAddChar('\n');