WEB server handles an ESP8266 module to control a LED

Dependencies:   mbed

Fork of WebSwitch_ENC28J60 by Zoltan Hudak

Revision:
1:3d9c83af7246
Parent:
0:68a0003c4cb8
Child:
2:76f339a1ba9b
diff -r 68a0003c4cb8 -r 3d9c83af7246 main.cpp
--- a/main.cpp	Mon Sep 15 11:17:50 2014 +0000
+++ b/main.cpp	Mon Sep 15 13:35:22 2014 +0000
@@ -1,6 +1,6 @@
 /* In this example LED1 is switched on/off using a web browser connected to this HTTP server.
  * The example is based on the Tuxgraphics Web Switch <tuxgraphics.org>.
- * This HTTP server is built around the UIPEthernet library for the ENC28J60 chip <https://github.com/ntruchsess/arduino_uip>
+ * This HTTP server is built around the the ENC28J60 chip driven by the UIPEthernet library <https://github.com/ntruchsess/arduino_uip>
  * ported to mbed.
  */