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: log/http-log-html.c
- Revision:
- 58:e5ab14ef6ea6
- Parent:
- 56:f6e814fe0159
- Child:
- 77:4689596a2f3f
--- a/log/http-log-html.c Thu Mar 07 13:40:12 2019 +0000
+++ b/log/http-log-html.c Fri Mar 08 16:07:56 2019 +0000
@@ -11,7 +11,7 @@
PageAddH1(PageSite, "Log");
HttpAddText("<h2>");
- PageAddCheckInput("/log", "Log", 0, "clearlog", "clear");
+ PageAddInputButton(0, "Log", "clear", "/log", "clearlog");
HttpAddText("</h2>\r\n");
HttpAddText("<code>");