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:
- 46:1822fdbe6c0c
- Parent:
- 31:b5ca802195a7
- Child:
- 56:f6e814fe0159
--- a/page/page.h Thu Feb 21 21:08:42 2019 +0000 +++ b/page/page.h Mon Feb 25 20:58:16 2019 +0000 @@ -1,11 +1,12 @@ #include <time.h> #include <stdint.h> -#define FAULT_PAGE 0 -#define CLOCK_PAGE 1 -#define NET_PAGE 2 -#define LOG_PAGE 3 -#define TRACE_PAGE 4 +#define FAULT_PAGE 0 +#define CLOCK_PAGE 1 +#define NET_PAGE 2 +#define LOG_PAGE 3 +#define TRACE_PAGE 4 +#define FIRMWARE_PAGE 5 extern const char* PageSite; extern void PageAddNav(int page);