We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1751e10 commit 5e9b197Copy full SHA for 5e9b197
examples/SimpleWebSocket/SimpleWebSocket.ino
@@ -49,7 +49,7 @@ void setup() {
49
50
void loop() {
51
Serial.println("starting WebSocket client");
52
- client.begin();
+ client.begin(); // to read from a specific path, pass the path name here. For example, `client.begin("/signalk/v1/stream")`
53
54
while (client.connected()) {
55
Serial.print("Sending hello ");
0 commit comments