ESP8266 WiFi Module Web Server library
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:85554edde164 | 2015-01-07 | leet | Add x-icon for favicon MIME Type |
8:5573f6f70a82 | 2015-01-06 | sschocke | Attempted bug fix in resetModule; Use smaller buffers or dynamically allocate and free where possible; Added extra debug output for HTTP Headers being sent |
7:f6172ba3e807 | 2015-01-05 | sschocke | Fixed bug with initial startup sequence not always starting up with char echo disabled |
6:34d93ea4d519 | 2015-01-04 | sschocke | Merge WiFi parameters query and setting API with SendStream changes |
5:48b7fd921bef | 2015-01-04 | sschocke | Added functions for querying and setting WiFi related parameters |
4:759de84e790b | 2015-01-03 | leet | SendStream functions |
3:4ef7db7a95a7 | 2015-01-01 | sschocke | Added extra functions allowing Cache Control with replies; Added a few missing mimeTypes |
2:6079554681d6 | 2015-01-01 | sschocke | Fixed bug on SendReply if data being sent is > 2kb |
1:1c4333ce7448 | 2015-01-01 | sschocke | Added facility to send files |
0:56c72c87d2f5 | 2015-01-01 | sschocke | Initial Commit |