From 6fd8e3ccc1c5577835911c66e0838a1f936c8939 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Thu, 22 Mar 2012 18:45:58 +1300 Subject: Remove commented HTML. Signed-off-by: Mike Beattie --- HouseControl.ino | 75 -------------------------------------------------------- 1 file changed, 75 deletions(-) diff --git a/HouseControl.ino b/HouseControl.ino index 3b0f078..704561b 100644 --- a/HouseControl.ino +++ b/HouseControl.ino @@ -187,7 +187,6 @@ void httpHandler(WebServer &server, WebServer::ConnectionType type, char *url_ta /* we don't output the body for a HEAD request */ if (type == WebServer::GET) { /* store the HTML in program memory using the P macro - See index.html for content, encode_html.sh for getting this data */ -// /* P(message) = { 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xc5, 0x56, 0x5b, 0x8f, 0x9b, 0x38, 0x14, 0x7e, 0xcf, 0xaf, 0xb0, 0xd4, 0x59, 0x99, 0xa8, 0x01, 0x02, 0x53, 0xfa, 0x40, 0x08, 0x2f, @@ -245,80 +244,6 @@ void httpHandler(WebServer &server, WebServer::ConnectionType type, char *url_ta }; server.writeP(message, sizeof(message)); -// */ - /* - P(message) = - "Door Control" - "" - "" - "" - "" - "" - "" - "
" - "

15 Park Lane

" - "

Door Control

" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "
Open
Unlocked
Closed
Open
Closed
Open
Closed
" - "
" - "" - ""; - - - server.printP(message); - */ } } -- cgit v1.2.3