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.
Dependencies: ConfigFile EthernetInterface mbed-rtos mbed
Fork of S05APP3 by
Diff: main.cpp
- Revision:
- 21:37a11c3659cc
- Parent:
- 20:e96c9acfd2ea
--- a/main.cpp Tue Feb 14 19:15:11 2017 +0000 +++ b/main.cpp Tue Feb 14 19:17:13 2017 +0000 @@ -243,6 +243,7 @@ sprintf(buffer, "%s\0", mail->strDryContact); } + printf("Envoye des serveurs: "); printBuffer(buffer, sizeof(buffer)-1); socket.send_all(buffer, sizeof(buffer)-1); responseSize = socket.receive(buffer, sizeof(buffer)-1);