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.
Revision 11:42e786972903, committed 2021-03-10
- Comitter:
- jump_man
- Date:
- Wed Mar 10 17:03:33 2021 +0000
- Parent:
- 10:521a8bb6eabf
- Commit message:
- update
Changed in this revision
| Websocket.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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;
}