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:
- 77:4689596a2f3f
- Parent:
- 58:e5ab14ef6ea6
- Child:
- 83:0d956edd55b7
diff -r bb34dbb26aae -r 4689596a2f3f log/http-log-html.c
--- a/log/http-log-html.c Thu Mar 21 11:21:19 2019 +0000
+++ b/log/http-log-html.c Sat Mar 23 12:26:49 2019 +0000
@@ -11,7 +11,7 @@
PageAddH1(PageSite, "Log");
HttpAddText("<h2>");
- PageAddInputButton(0, "Log", "clear", "/log", "clearlog");
+ PageAddInputButton("Log", "clear", "/log", "clearlog");
HttpAddText("</h2>\r\n");
HttpAddText("<code>");