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: fault/http-fault-html.c
- Revision:
- 56:f6e814fe0159
- Parent:
- 35:dc4333b13aba
- Child:
- 58:e5ab14ef6ea6
--- a/fault/http-fault-html.c Tue Mar 05 16:57:03 2019 +0000
+++ b/fault/http-fault-html.c Wed Mar 06 11:43:29 2019 +0000
@@ -23,11 +23,11 @@
FaultZoneToString(FaultZoneGet(), sizeof(text), text);
PageAddLabelledValue("Fault zone", 17, text);
PageAddLabelledInt("After point", 17, FaultPointGet());
- PageAddCheckInput("/fault", "Clear fault", "faultclear", "clear");
+ PageAddCheckInput("/fault", "Clear fault", 0, "faultclear", "clear");
}
else
{
- PageAddCheckInput("/fault", "Test fault", "faulttest", "test");
+ PageAddCheckInput("/fault", "Test fault", 0, "faulttest", "test");
}
PageAddEnd();