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: page/page.c
- Revision:
- 105:43ef124233cd
- Parent:
- 103:91194cc19bbb
--- a/page/page.c Sat Apr 27 09:25:28 2019 +0000
+++ b/page/page.c Sun Apr 28 08:37:44 2019 +0000
@@ -82,9 +82,6 @@
HttpAddText("<nav><ul>\r\n");
PageAddNavDerived(page);
-#ifdef INCLUDE_1_WIRE
- PageAddNavItem(page == ONE_WIRE_PAGE, "/1wire", "1-Wire" );
-#endif
PageAddNavItem(page == CLOCK_PAGE, "/clock", "Clock" );
PageAddNavItem(page == FAULT_PAGE, "/fault", "Fault" );
PageAddNavItem(page == NET_PAGE, "/net", "Net" );