fix README.md

This commit is contained in:
Links
2020-10-04 15:02:09 +02:00
parent f2265118b4
commit beba0f88e3

View File

@ -85,6 +85,8 @@ Where `WStype_t type` is defined as:
WStype_FRAGMENT_BIN_START, WStype_FRAGMENT_BIN_START,
WStype_FRAGMENT, WStype_FRAGMENT,
WStype_FRAGMENT_FIN, WStype_FRAGMENT_FIN,
WStype_PING,
WStype_PONG,
} WStype_t; } WStype_t;
``` ```