Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Websocket.cpp
- Revision:
- 11:42e786972903
- Parent:
- 10:521a8bb6eabf
--- a/Websocket.cpp Wed Mar 03 02:43:47 2021 +0000 +++ b/Websocket.cpp Wed Mar 10 17:03:33 2021 +0000 @@ -180,7 +180,7 @@ return false; } - INFO("\r\nhost: %s\r\npath: %s\r\nport: %d\r\n\r\n", host, path, port); + //INFO("\r\nhost: %s\r\npath: %s\r\nport: %d\r\n\r\n", host, path, port); return true; }