A simple web server that can be bound to either the EthernetInterface or the WiflyInterface.

Dependents:   Smart-WiFly-WebServer WattEye X10Svr SSDP_Server

Revision:
52:611a3b360f8c
Parent:
49:cd391662f254
Child:
54:435bf9b66b2b
--- a/SW_HTTPServer.h	Tue Apr 11 18:53:04 2017 +0000
+++ b/SW_HTTPServer.h	Sun Dec 03 23:39:30 2017 +0000
@@ -14,7 +14,7 @@
 /// This is the default buffer size used to send files. You might size
 /// this to be equal or less than the payload size of 1460 bytes.
 /// For WiFly: see User Manual 3.6.1.
-#define FILESEND_BUF_SIZE 500
+#define FILESEND_BUF_SIZE 100
 
 
 /// MAX_HEADER_SIZE is the default size to contain the largest header.