diff options
author | Mike Beattie <mike@ethernal.org> | 2012-03-26 22:22:50 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-03-26 22:22:50 +1300 |
commit | 6722d65035dad394c53032fcad39f818d8b80078 (patch) | |
tree | f09f5aa73b3756f7c13cc20e6bca99a2b22d64de | |
parent | 650c404f2392fd262739d2c3f37cc64cbc7cff92 (diff) |
Cleanup
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r-- | HouseControl.ino | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/HouseControl.ino b/HouseControl.ino index c047bc2..d735785 100644 --- a/HouseControl.ino +++ b/HouseControl.ino @@ -241,7 +241,6 @@ void jsonHandler(WebServer &server, WebServer::ConnectionType type, char *url_ta void doHandler(WebServer &server, WebServer::ConnectionType type, char *url_tail, bool tail_complete) { if (type == WebServer::POST) { -// char name[16], value[16]; while (server.readPOSTparam((char*)buf2, BUF2_SIZE, (char*)buf1, BUF1_SIZE)) { if ((strcmp((const char*)buf2, "frontdoor") == 0)) @@ -496,4 +495,4 @@ void loop() { digitalWrite(STATUS_LED, LOW); } } -
+ |