diff options
-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); } } -
+ |