Skip to content

Commit 4a7546d

Browse files
author
Franco
authored
Update Switch.cpp
1 parent f22f391 commit 4a7546d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Switch.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ void Switch::handleEventservice(){
115115
void Switch::handleUpnpControl(){
116116
Serial.println("########## Responding to /upnp/control/basicevent1 ... ##########");
117117

118+
//for (int x=0; x <= HTTP.args(); x++) {
119+
// Serial.println(HTTP.arg(x));
120+
//}
118121

119122
String request = server->arg(0);
120123
Serial.print("request:");

0 commit comments

Comments
 (0)