8000 fix README.md · AlphaHolding/arduinoWebSockets@beba0f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit beba0f8

Browse files
committed
fix README.md
1 parent f226511 commit beba0f8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ Where `WStype_t type` is defined as:
8181
WStype_CONNECTED,
8282
WStype_TEXT,
8383
WStype_BIN,
84-
WStype_FRAGMENT_TEXT_START,
85-
WStype_FRAGMENT_BIN_START,
86-
WStype_FRAGMENT,
87-
WStype_FRAGMENT_FIN,
84+
WStype_FRAGMENT_TEXT_START,
85+
WStype_FRAGMENT_BIN_START,
86+
WStype_FRAGMENT,
87+
WStype_FRAGMENT_FIN,
88+
WStype_PING,
89+
WStype_PONG,
8890
} WStype_t;
8991
```
9092

0 commit comments

Comments
 (0)
0