1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-07-05 04:01:10 +03:00

Updated examples and readme.md

This commit is contained in:
tigoe
2019-01-22 08:02:55 -05:00
committed by Sandeep Mistry
parent b6424e430d
commit 5e1f1f21bf
12 changed files with 39 additions and 79 deletions

View File

@ -3,9 +3,10 @@
Connects to the WebSocket server, and sends a hello
message every 5 seconds
created 28 Jun 2016
by Sandeep Mistry
modified 22 Jan 2019
by Tom Igoe
this example is in the public domain
*/
@ -76,5 +77,4 @@ void loop() {
}
Serial.println("disconnected");
}
}