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:
- 87:c51478679090
- Parent:
- 77:4689596a2f3f
- Child:
- 89:615fb951df69
diff -r f3c9beec4ee7 -r c51478679090 clock/http-clock-html.c
--- a/clock/http-clock-html.c Mon Apr 08 10:13:01 2019 +0000
+++ b/clock/http-clock-html.c Mon Apr 08 12:47:59 2019 +0000
@@ -41,7 +41,7 @@
PageAddAjaxInput ("Month next epoch starts" , 4, "ajax-leap-month" , "set-clock-leap-month" );
PageAddAjaxInput ("Current era offset" , 4, "ajax-leap-count" , "set-clock-leap-count" );
- HttpAddText("<div><button type='button' onclick='DisplayLeap()'>Display Leap</button></div>\r\n");
+ HttpAddText("<div><button type='button' onclick='DisplayLeap()'>Display leap</button></div>\r\n");
HttpAddText("<div>The leap seconds list is available from <a href='https://www.ietf.org/timezones/data/leap-seconds.list' target='_blank'>ietf</a></div>\r\n");
@@ -58,8 +58,8 @@
PageAddInputInt ("Offset synced hys (ms)", 5, ClkGovSlewSyncedHysNs / 1000000 , "/clock", "syncedhysns" );
PageAddInputInt ("Offset reset limit (s)", 5, ClkGovSlewOffsetMaxSecs , "/clock", "maxoffsetsecs" );
- if (ClkGovTrace) PageAddInputButton("Trace gov is on", "turn off", "/clock", "clockgovtrace");
- else PageAddInputButton("Trace gov is off", "turn on" , "/clock", "clockgovtrace");
+ if (ClkGovTrace) PageAddInputButton("Trace gov is on", "Turn off", "/clock", "clockgovtrace");
+ else PageAddInputButton("Trace gov is off", "Turn on" , "/clock", "clockgovtrace");
PageAddH2("NTP");
PageAddInputText("Server url", 5, NtpClientQueryServerName, "/clock", "ntpserver" );