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: net-trace/http-trace-html.c
- Revision:
- 86:f3c9beec4ee7
- Parent:
- 77:4689596a2f3f
- Child:
- 87:c51478679090
--- a/net-trace/http-trace-html.c Sun Apr 07 18:35:13 2019 +0000
+++ b/net-trace/http-trace-html.c Mon Apr 08 10:13:01 2019 +0000
@@ -6,9 +6,9 @@
void HttpTraceHtml()
{
HttpOk("text/html; charset=UTF-8", "no-cache", NULL, NULL);
- PageAddHeader(PageSite, "Trace", "settings.css", "trace.js");
+ PageAddHeader(PageSite, "Net Trace", "settings.css", "trace.js");
PageAddNav(TRACE_PAGE);
- PageAddH1(PageSite, "Trace");
+ PageAddH1(PageSite, "Net Trace");
PageAddH2("General");
PageAddAjaxInput ("Trace host" , 5 , "ajax-trace-net-host" , "set-trace-net-host" );