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:
- 83:0d956edd55b7
- Parent:
- 77:4689596a2f3f
--- a/fault/http-fault-html.c Tue Mar 26 13:42:01 2019 +0000
+++ b/fault/http-fault-html.c Sat Apr 06 11:21:14 2019 +0000
@@ -23,11 +23,11 @@
FaultZoneToString(FaultZoneGet(), sizeof(text), text);
PageAddLabelledText("Fault zone" , text);
PageAddLabelledInt ("After point", FaultPointGet());
- PageAddInputButton ("Clear fault", "clear", "/fault", "faultclear");
+ PageAddInputButton ("Clear fault", "Clear", "/fault", "faultclear");
}
else
{
- PageAddInputButton("Test fault" , "test", "/fault", "faulttest");
+ PageAddInputButton("Test fault" , "Test", "/fault", "faulttest");
}
PageAddEnd();