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:
- 56:f6e814fe0159
- Parent:
- 30:6a08abbe6301
- Child:
- 58:e5ab14ef6ea6
--- a/log/http-log-html.c Tue Mar 05 16:57:03 2019 +0000
+++ b/log/http-log-html.c Wed Mar 06 11:43:29 2019 +0000
@@ -11,7 +11,7 @@
PageAddH1(PageSite, "Log");
HttpAddText("<h2>");
- PageAddCheckInput("/log", "Log", "clearlog", "clear");
+ PageAddCheckInput("/log", "Log", 0, "clearlog", "clear");
HttpAddText("</h2>\r\n");
HttpAddText("<code>");