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: query-ajax-trace.c
- Revision:
- 4:7737c5cfdf30
- Parent:
- 3:b58328ca6e70
- Child:
- 7:fd8c2c5eeea7
--- a/query-ajax-trace.c Tue Jan 30 20:14:25 2018 +0000 +++ b/query-ajax-trace.c Wed Jan 31 13:53:42 2018 +0000 @@ -29,7 +29,6 @@ if (strcmp(pName, "trace-chg-nr6" ) == 0) TraceChgNr6(); if (strcmp(pName, "trace-chg-ntp-client" ) == 0) TraceChgNtpClient(); if (strcmp(pName, "trace-chg-sync" ) == 0) TraceChgSync(); - if (strcmp(pName, "trace-chg-1-wire" ) == 0) TraceChgOneWire(); if (strcmp(pName, "trace-chg-echo4" ) == 0) TraceChgEcho4(); if (strcmp(pName, "trace-chg-echo6" ) == 0) TraceChgEcho6(); if (strcmp(pName, "trace-chg-dest6" ) == 0) TraceChgDest6();