Changeset 55
- Timestamp:
- 02/27/10 10:38:42 (15 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
webserver/example/EnergyMeters/EnergyMeters/ARM7_LPC2368_Rowley/webserver/httpd-cgi.c
r54 r55 218 218 219 219 extern void vTaskList( signed char *pcWriteBuffer ); 220 static char cCountBuf[ 32];220 static char cCountBuf[ 800 ]; 221 221 long lRefreshCount = 0; 222 222 static unsigned short … … 227 227 228 228 lRefreshCount++; 229 sprintf( cCountBuf, "< p><br>Refresh count = %d\r\nVoltages %d %d %d %d\r\n\230 Wattages %d %d %d %d\r\nSolarReadErr %u\r\nSolarReadCount %u\r\nCurrentTime %u\r\n ", lRefreshCount,229 sprintf( cCountBuf, "<h2>\r\n<p><br>Refresh count = %d\r\nVoltages %d %d %d %d\r\n\ 230 Wattages %d %d %d %d\r\nSolarReadErr %u\r\nSolarReadCount %u\r\nCurrentTime %u\r\n</h2>\r\n", lRefreshCount, 231 231 chanVolt[0], chanVolt[1], chanVolt[2], chanVolt[3], 232 232 chanWatt[0], chanWatt[1], chanWatt[2], chanWatt[3],