You've already forked ArduinoHttpClient
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:
@ -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");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user