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.h
- Revision:
- 86:f3c9beec4ee7
- Parent:
- 84:4ed751de613e
- Child:
- 99:5aa33c306167
diff -r fcffd89028c0 -r f3c9beec4ee7 page/page.h --- a/page/page.h Sun Apr 07 18:35:13 2019 +0000 +++ b/page/page.h Mon Apr 08 10:13:01 2019 +0000 @@ -4,9 +4,11 @@ #define FAULT_PAGE 0 #define CLOCK_PAGE 1 #define NET_PAGE 2 -#define LOG_PAGE 3 -#define TRACE_PAGE 4 -#define FIRMWARE_PAGE 5 +#define NET4_PAGE 3 +#define NET6_PAGE 4 +#define TRACE_PAGE 5 +#define LOG_PAGE 6 +#define FIRMWARE_PAGE 7 extern const char* PageSite; extern void PageAddNav(int page);