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: BufferedSerial mbed-rtos mbed
Fork of NucleoF401_ESP8622 by
Revision 4:a78539de849b, committed 2015-02-19
- 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");