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: camera_app/httpserverapp/httpserverapp.cpp
- Revision:
- 2:b92db44a29b4
- Parent:
- 0:50cedd586816
- Child:
- 5:75fcfdb7cae7
diff -r 1a80c1529aa3 -r b92db44a29b4 camera_app/httpserverapp/httpserverapp.cpp --- a/camera_app/httpserverapp/httpserverapp.cpp Thu Jun 25 18:37:49 2015 +0000 +++ b/camera_app/httpserverapp/httpserverapp.cpp Fri Jun 26 16:49:04 2015 +0000 @@ -107,6 +107,7 @@ if(!sl_WebSocketSend(g_uConnection, Write, Opcode)) { + Uart_Write((uint8_t*)"sl_WebSocketSend fsiled.\n\r"); while(1); } }