Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: clock/http-clock-html.c
- Revision:
- 73:4e769dbbf9f2
- Parent:
- 62:74036bb0d1dc
- Child:
- 77:4689596a2f3f
--- a/clock/http-clock-html.c Mon Mar 18 14:24:14 2019 +0000
+++ b/clock/http-clock-html.c Tue Mar 19 12:11:39 2019 +0000
@@ -22,9 +22,9 @@
PageAddAjaxLed(10.0, "RTC is set" , "ajax-rtc-set" );
PageAddAjaxLed(10.0, "Clock is set" , "ajax-clock-set" );
PageAddAjaxLed(10.0, "External source is ok", "ajax-source-ok" );
+ PageAddAjaxLed(10.0, "Time synchronised" , "ajax-time-locked");
PageAddAjaxLed(10.0, "Rate synchronised" , "ajax-rate-locked");
- PageAddAjaxLed(10.0, "Time synchronised" , "ajax-time-locked");
-
+
PageAddH2("Server UTC time");
HttpAddText("<div id='date-utc'></div>\r\n");