Advertisement
Guest User

Untitled

a guest
May 27th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if (client.connect(server, 80)) {
  2. //Make a connection to the server, www.kodrummet.se
  3. //Serial.print("Register a click on the green button...");
  4. // Make a HTTP request, takes 1-2 seconds
  5. //client.println("GET /quiz/update.php?id=" + dbId + "&user=test&password=abc123&mood=0 HTTP/1.1");
  6. //client.println("Host: " + server);
  7. //client.println("Connection: close");
  8. //client.println();
  9. //client.stop();
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement