Changeset 74
- Timestamp:
- 12/07/07 05:03:16 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/follower/wiz810mj/src/demo/WizDemo2/WizDemo2.pde
r73 r74 182 182 183 183 //strcpy((char *) buffer, "Content-Type: text/plain\n\nfoo!\n"); 184 strcpy((char *) buffer, "HTTP/1.1 200 OK\n \rContent-Type: text/html\n\r\n\r<html><body bgcolor='#000000'>foo!</body></html>\n\r");184 strcpy((char *) buffer, "HTTP/1.1 200 OK\nContent-Type: text/html\n\n<html><body bgcolor='#000000'>foo!</body></html>\n"); 185 185 if (ledState) { 186 buffer[6 6] = 'F';186 buffer[63] = 'F'; 187 187 } else { 188 buffer[6 8] = 'F';188 buffer[65] = 'F'; 189 189 } 190 190