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:
- 31:b5ca802195a7
- Parent:
- 30:6a08abbe6301
- Child:
- 58:e5ab14ef6ea6
diff -r 6a08abbe6301 -r b5ca802195a7 net-trace/http-trace-html.c
--- a/net-trace/http-trace-html.c Thu Jan 17 13:07:53 2019 +0000
+++ b/net-trace/http-trace-html.c Fri Jan 18 11:48:07 2019 +0000
@@ -11,7 +11,7 @@
PageAddH1(PageSite, "Trace");
HttpAddText("<h2>General</h2>\r\n");
- PageAddAjaxHex ( 6.0, "Trace host" , 5.2 , "ajax-trace-net-host" , "set-trace-net-host" );
+ PageAddAjaxInput ( 6.0, "Trace host" , 5.2 , "ajax-trace-net-host" , "set-trace-net-host" );
PageAddAjaxToggle(10.0, "Trace stack" , "ajax-trace-net-stack" , "chg-trace-net-stack" );
PageAddAjaxToggle(10.0, "Trace new line" , "ajax-trace-net-newline", "chg-trace-net-newline");
PageAddAjaxToggle(10.0, "Trace verbose" , "ajax-trace-net-verbose", "chg-trace-net-verbose");