Veysel KARADAG / Mbed 2 deprecated NucleoF401_ESP8622

Dependencies:   BufferedSerial mbed-rtos mbed

Fork of NucleoF401_ESP8622 by Veysel KARADAG

Files at this revision

API Documentation at this revision

Comitter:
veyselka
Date:
Thu Feb 19 10:16:04 2015 +0000
Parent:
3:8049d7fb27b7
Commit message:
IP Checked

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Feb 19 09:34:14 2015 +0000
+++ b/main.cpp	Thu Feb 19 10:16:04 2015 +0000
@@ -112,7 +112,7 @@
                     
                     sprintf(data,"Hello World %d\r\n",datacnt++);
                     
-                    if( send_SOC_DATA("95.0.21.9",28800,data)==1){   // USE YOUR SERVER and IP
+                    if( send_SOC_DATA("192.168.11",28800,data)==1){   // USE YOUR SERVER and IP
                         
                         printf("DATA SENDED\r\n");