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: http-derived/radiator/http-radiator-ajax.c
- Revision:
- 48:6eac12df3ad5
- Parent:
- 47:229338b3adcb
--- a/http-derived/radiator/http-radiator-ajax.c Tue Apr 23 18:47:47 2019 +0000 +++ b/http-derived/radiator/http-radiator-ajax.c Fri Apr 26 16:40:19 2019 +0000 @@ -13,7 +13,7 @@ { HttpOk("text/plain; charset=UTF-8", "no-cache", NULL, NULL); - HttpAddInt16AsHex(DS18B20ValueFromRom(RadiatorGetHallRom())); HttpAddChar('\n'); + HttpAddInt16AsHex(RadiatorGetHallDS18B20Value()); HttpAddChar('\n'); int nibble = 0; if (ProgramTimerOutput ) nibble |= 0x01;