LeeT WiFiLamp code and test

Dependencies:   ESP8266_WebServer mbed

Fork of WiFiLamp by Sebastian Schocke

Changes

RevisionDateWhoCommit message
26:ea5e0ff46492 2015-01-07 leet Add favicon, robots.txt and LED Disco Function, no WebGUI yet. default tip
25:841fc9daffa5 2015-01-06 sschocke Removed unnecessary code that was commented out
24:849265425708 2015-01-05 sschocke Fixed bug with ESP module startup sequence
23:3563e1699fb9 2015-01-04 sschocke Added config screen functionality; Updated Color Picker to be more bandwidth and RAM friendly; Merged in latest WebServer
22:6d7a72fab8ff 2015-01-01 sschocke Added Color Picker function to home screen
21:fab25540a789 2015-01-01 sschocke Moved Web Server to it's own library
20:f5a6527bfda6 2014-12-31 sschocke Rework of Web Server to handle multiple simultaneous requests
19:7fdccfd5b50b 2014-12-29 sschocke Merge leet's front page changes into new firmware branch
18:cdfe5eb7d3ad 2014-12-29 sschocke Merge memcpy fix into firmware branch
17:2c57a1451db8 2014-12-29 sschocke Merge memcpy fix into mainline
16:f2f2da9ef9ab 2014-12-28 leet Add alias for setcolour/setcolor; Add to frontpage, basic set colour form;
15:ad68100221b8 2014-12-29 sschocke Fixed to use memcpy instead of strcpy
14:416fff90cd0f 2014-12-29 sschocke Fixed SendReply to be able to send buffers
13:1e8f27da036a 2014-12-29 sschocke Updated revision after ESP8266 Firmware upgrade
12:fbf950985e1c 2014-12-28 sschocke Updated Lee's primary colour additions to new WebServer API
11:3ab606a42227 2014-12-28 sschocke WebServer API Updates for multiple content types
10:f48a9f923271 2014-12-28 leet Add green, blue and white links, with minor wording updates.
9:319aeb6e0123 2014-12-27 sschocke Updated ESP8266 Web Server to handle multiple requests better, and to automatically analyze and populate GET parameters
8:f819de1946a7 2014-12-19 sschocke 8 LED firmware with support for F302 Nucleo added
7:f15c81074400 2014-12-18 sschocke Moved all current WebServer functionality to ESP8266_WebServer class
6:f5df3b30181a 2014-12-18 sschocke Pulling setcolor changes in
5:42c6f9d916bc 2014-12-18 sschocke Starting to move web server functionality to class for ESP8266
4:4a502f72cbe3 2014-12-01 tomvdb added setcolor url
3:34cd0bb34971 2014-12-01 sschocke Added L152 support
2:48412ab84b71 2014-12-01 sschocke Fix Pololu LED Strip library to compile for both F401 and F103 platforms
1:f07afcffeb5a 2014-11-20 sschocke Extracting URI and Pololu LED Intergation
0:d21e3e1c0a4b 2014-11-16 sschocke Initial Commit