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
Revision 21:37a11c3659cc, committed 2017-02-14
- Comitter:
- benjaminroy
- Date:
- Tue Feb 14 19:17:13 2017 +0000
- Parent:
- 20:e96c9acfd2ea
- Commit message:
- Final commit
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);