Controls the central heating system and the lights.

Dependencies:   1-wire clock crypto fram log lpc1768 net web wiz mbed

Revision:
0:22b158d3c76f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web-this/web-nav-this.h	Mon May 10 10:23:48 2021 +0000
@@ -0,0 +1,9 @@
+extern void WebNavThis(int page);
+
+#define     HOME_PAGE 100
+#define  PROGRAM_PAGE 101
+#define RADIATOR_PAGE 102
+#define   BOILER_PAGE 103
+#define   SYSTEM_PAGE 104
+#define ONE_WIRE_PAGE 105
+#define      WIZ_PAGE 106