Example of HTTPServer with additional features: * SNTPClient, DST rules * Link status indication * Local or SDCard-based WebServer * RPC-able class * Static and Dynamic HTML page

Dependencies:   mbed

Revision:
1:ec4170739967
Parent:
0:886e4b3119ad
--- a/main.cpp	Sun Jan 03 07:00:43 2010 +0000
+++ b/main.cpp	Fri Jan 08 00:28:14 2010 +0000
@@ -183,7 +183,7 @@
 
 
     http.addHandler(new HTTPLinkStatus("/", 
-#if 0
+#if MBED_BOB2
 	  p25, p26,			// MBED-BoB2-mods
 #else
       LED3, LED4,