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.h
- Revision:
- 1:2d59bba34a1e
- Parent:
- 0:f8998d10763e
- Child:
- 2:14de8c14afd9
--- a/page.h Sun Jan 28 11:44:11 2018 +0000 +++ b/page.h Sun Jan 28 13:34:11 2018 +0000 @@ -21,12 +21,3 @@ extern void PageAddAjaxToggle (float labelwidth, char* label, char* id, char* request); extern void PageAddAjaxHex (float labelwidth, char* label, float inputwidth, char* id, char* request); - -#define HOME_PAGE 0 -#define PROGRAM_PAGE 1 -#define HEATING_PAGE 2 -#define BOILER_PAGE 3 -#define SYSTEM_PAGE 4 -#define NET_PAGE 5 -#define LOG_PAGE 6 -#define TRACE_PAGE 7