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: http-fault-html.c
- Revision:
- 17:a08749ce4cb6
- Parent:
- 16:0edbb832ffcc
- Child:
- 29:4d649264d6b6
diff -r 0edbb832ffcc -r a08749ce4cb6 http-fault-html.c
--- a/http-fault-html.c Wed Jan 02 17:47:35 2019 +0000
+++ b/http-fault-html.c Sat Jan 05 18:11:38 2019 +0000
@@ -20,6 +20,8 @@
PageAddLabelledValue("Fault type", 17, text);
if (faultType)
{
+ FaultZoneToString(FaultZoneGet(), sizeof(text), text);
+ PageAddLabelledValue("Fault zone", 17, text);
PageAddLabelledInt("After point", 17, FaultPointGet());
PageAddCheckInput("/fault", "Clear fault", "faultclear", "clear");
}