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:
- 58:e5ab14ef6ea6
- Parent:
- 56:f6e814fe0159
- Child:
- 59:309e78f243dd
diff -r 8fa31ff4e773 -r e5ab14ef6ea6 fault/http-fault-html.c
--- a/fault/http-fault-html.c Thu Mar 07 13:40:12 2019 +0000
+++ b/fault/http-fault-html.c Fri Mar 08 16:07:56 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", 0, "faultclear", "clear");
+ PageAddInputButton(0, "Clear fault", "clear", "/fault", "faultclear");
}
else
{
- PageAddCheckInput("/fault", "Test fault", 0, "faulttest", "test");
+ PageAddInputButton(0, "Test fault", "test", "/fault", "faulttest");
}
PageAddEnd();