Commit f2e1911c authored by Chris Prince's avatar Chris Prince

missing semicolon

parent bea206ec
...@@ -227,5 +227,5 @@ void loop() { ...@@ -227,5 +227,5 @@ void loop() {
client.println("HTTP/1.1 200 OK"); client.println("HTTP/1.1 200 OK");
client.println("Content-Type: application/json"); client.println("Content-Type: application/json");
client.println(""); // do not forget this one client.println(""); // do not forget this one
client.println("{ Success: true }") client.println("{ Success: true }");
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment