A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Revision:
60:7cab896b0fd4
Parent:
59:d2d25c2265f8
Child:
81:a1de28caf11a
--- a/web-this/nmea/web-nmea-html.c	Wed May 01 10:14:26 2019 +0000
+++ b/web-this/nmea/web-nmea-html.c	Wed May 01 14:08:56 2019 +0000
@@ -31,9 +31,5 @@
     WebAddH2("ZDA timing bins");
     HttpAddText("<code id='ajax-buckets'></code>\r\n");
     
-    WebAddH2("Ajax");
-    HttpAddText("<code id='ajax-headers'></code>\r\n");
-    HttpAddText("<code id='ajax-response'></code>\r\n");
-    
     WebAddEnd();
 }