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:
- 46:1822fdbe6c0c
- Parent:
- 31:b5ca802195a7
- Child:
- 56:f6e814fe0159
diff -r 0419b6ca8425 -r 1822fdbe6c0c page/page.c
--- a/page/page.c Thu Feb 21 21:08:42 2019 +0000
+++ b/page/page.c Mon Feb 25 20:58:16 2019 +0000
@@ -79,11 +79,12 @@
{
HttpAddText("<nav><ul>\r\n");
PageAddNavDerived(page);
- PageAddNavItem(page == CLOCK_PAGE, "/clock", "Clock");
- PageAddNavItem(page == FAULT_PAGE, "/fault", "Fault");
- PageAddNavItem(page == NET_PAGE, "/net", "Net");
- PageAddNavItem(page == LOG_PAGE, "/log", "Log");
- PageAddNavItem(page == TRACE_PAGE, "/trace", "Trace");
+ PageAddNavItem(page == CLOCK_PAGE, "/clock", "Clock");
+ PageAddNavItem(page == FAULT_PAGE, "/fault", "Fault");
+ PageAddNavItem(page == NET_PAGE, "/net", "Net");
+ PageAddNavItem(page == LOG_PAGE, "/log", "Log");
+ PageAddNavItem(page == TRACE_PAGE, "/trace", "Trace");
+ PageAddNavItem(page == FIRMWARE_PAGE, "/firmware", "Firmware");
HttpAddText("</ul></nav>\r\n");
}