ESP8266 WiFi Module Web Server library
History
Add x-icon for favicon MIME Type
2015-01-07, by leet [Wed, 07 Jan 2015 20:51:00 +0000] rev 9
Add x-icon for favicon MIME Type
Attempted bug fix in resetModule; Use smaller buffers or dynamically allocate and free where possible; Added extra debug output for HTTP Headers being sent
2015-01-06, by sschocke [Tue, 06 Jan 2015 18:44:07 +0000] rev 8
Attempted bug fix in resetModule; Use smaller buffers or dynamically allocate and free where possible; Added extra debug output for HTTP Headers being sent
Fixed bug with initial startup sequence not always starting up with char echo disabled
2015-01-05, by sschocke [Mon, 05 Jan 2015 19:22:25 +0000] rev 7
Fixed bug with initial startup sequence not always starting up with char echo disabled
Merge WiFi parameters query and setting API with SendStream changes
2015-01-04, by sschocke [Sun, 04 Jan 2015 12:11:33 +0000] rev 6
Merge WiFi parameters query and setting API with SendStream changes
Added functions for querying and setting WiFi related parameters
2015-01-04, by sschocke [Sun, 04 Jan 2015 11:48:11 +0000] rev 5
Added functions for querying and setting WiFi related parameters
SendStream functions
2015-01-03, by leet [Sat, 03 Jan 2015 17:36:41 +0000] rev 4
SendStream functions
Added extra functions allowing Cache Control with replies; Added a few missing mimeTypes
2015-01-01, by sschocke [Thu, 01 Jan 2015 16:27:58 +0000] rev 3
Added extra functions allowing Cache Control with replies; Added a few missing mimeTypes
Fixed bug on SendReply if data being sent is > 2kb
2015-01-01, by sschocke [Thu, 01 Jan 2015 14:59:13 +0000] rev 2
Fixed bug on SendReply if data being sent is > 2kb
Added facility to send files
2015-01-01, by sschocke [Thu, 01 Jan 2015 10:22:31 +0000] rev 1
Added facility to send files
Initial Commit
2015-01-01, by sschocke [Thu, 01 Jan 2015 10:11:55 +0000] rev 0
Initial Commit