From 5e9b1977bd637aa170616917ec55f7ba83f9d9b5 Mon Sep 17 00:00:00 2001 From: Michael Shulman Date: Sat, 24 Jul 2021 21:44:46 -0700 Subject: [PATCH] Update SimpleWebSocket.ino add example showing passing a path in the begin() statement --- examples/SimpleWebSocket/SimpleWebSocket.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SimpleWebSocket/SimpleWebSocket.ino b/examples/SimpleWebSocket/SimpleWebSocket.ino index 32f74e1..446a798 100644 --- a/examples/SimpleWebSocket/SimpleWebSocket.ino +++ b/examples/SimpleWebSocket/SimpleWebSocket.ino @@ -49,7 +49,7 @@ void setup() { void loop() { Serial.println("starting WebSocket client"); - client.begin(); + client.begin(); // to read from a specific path, pass the path name here. For example, `client.begin("/signalk/v1/stream")` while (client.connected()) { Serial.print("Sending hello "); pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy