diff -r dd52aecfc19d -r 5c92103c5e72 components/websocket/websocket.c --- a/components/websocket/websocket.c Sat Nov 03 21:14:59 2018 +0100 +++ b/components/websocket/websocket.c Wed May 01 21:27:28 2019 +0200 @@ -12,7 +12,7 @@ #include "mbedtls/sha1.h" #include -static const char *TAG = "websoket"; +static const char *TAG = "websocket"; ws_client_t ws_connect_client(struct netconn* conn, char* url,