... | ... |
@@ -453,10 +453,10 @@ void listenForEthernetClients() |
453 | 453 |
requesting client, |
454 | 454 |
*/ |
455 | 455 |
void transmitHttpHeader(EthernetClient client) { |
456 |
- client.print(F("HTTP/1.1 200 OK\r\n" \ |
|
456 |
+ client.print(F("HTTP/1.1 200 OK\r\n" \ |
|
457 | 457 |
"Content-Type: text/html\r\n" \ |
458 | 458 |
"Connnection: close\r\n" \ |
459 |
- "Refresh: 10\r\n" \ |
|
459 |
+ "Refresh: 5\r\n" \ |
|
460 | 460 |
"\r\n" \ |
461 | 461 |
)); |
462 | 462 |
} |