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:
- 56:f6e814fe0159
- Parent:
- 43:85d94d8d026a
- Child:
- 58:e5ab14ef6ea6
--- a/clock/http-clock-html.c Tue Mar 05 16:57:03 2019 +0000
+++ b/clock/http-clock-html.c Wed Mar 06 11:43:29 2019 +0000
@@ -58,8 +58,8 @@
PageAddIntInput ("/clock", 0, "Offset reset limit (s)", 12, "maxoffsetsecs", 5, ClkGovSlewOffsetMaxSecs );
PageAddH2("Trace");
- if (ClkGovTrace) PageAddCheckInput("/clock", "Trace gov on" , "clockgovtrace", "turn off");
- else PageAddCheckInput("/clock", "Trace gov off", "clockgovtrace", "turn on" );
+ if (ClkGovTrace) PageAddCheckInput("/clock", "Trace gov is on" , 10, "clockgovtrace", "turn off");
+ else PageAddCheckInput("/clock", "Trace gov is off", 10, "clockgovtrace", "turn on" );
PageAddH2("Scan times");
PageAddLabelledInt("Program cycles avg", 17, ScanAverage);