BraceletUS / Mbed 2 deprecated S05APP3

Dependencies:   ConfigFile EthernetInterface mbed-rtos mbed

Fork of S05APP3 by App S5

Files at this revision

API Documentation at this revision

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);