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: http/server/WebSockHandler.cpp
- Revision:
- 2:b92db44a29b4
- Parent:
- 0:50cedd586816
- Child:
- 5:75fcfdb7cae7
--- a/http/server/WebSockHandler.cpp Thu Jun 25 18:37:49 2015 +0000
+++ b/http/server/WebSockHandler.cpp Fri Jun 26 16:49:04 2015 +0000
@@ -290,6 +290,7 @@
*/
int WSCore_DataSend(UINT16 uConnection, struct HttpBlob PayLoad, UINT8 Opcode)
{
+ Uart_Write((uint8_t*)"WSCore_DataSend.\n\r");
UINT16 usTotalLength;
UINT8 usNextBlock;
UINT16 usPayloadLen; // The heap cannot support beyond 65kb