Example program for the BSDInterface
Dependencies: BSDInterface NetworkSocketAPI
Fork of HelloLWIPInterface by
Revision 37:4d946ea769fd, committed 2016-02-26
- Comitter:
- geky
- Date:
- Fri Feb 26 16:31:54 2016 +0000
- Branch:
- api-changes
- Parent:
- 36:55c3649e4927
- Child:
- 41:83cf71e499ee
- Commit message:
- Updated dependencies
Changed in this revision
--- a/ESP8266Interface.lib Thu Feb 25 21:58:51 2016 +0000 +++ b/ESP8266Interface.lib Fri Feb 26 16:31:54 2016 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/NetworkSocketAPI/code/ESP8266Interface/#7c010b1db697 +https://developer.mbed.org/teams/NetworkSocketAPI/code/ESP8266Interface/#60a4b49e8b83
--- a/NetworkSocketAPI.lib Thu Feb 25 21:58:51 2016 +0000 +++ b/NetworkSocketAPI.lib Fri Feb 26 16:31:54 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/NetworkSocketAPI/code/NetworkSocketAPI/#13929d610ed8 +http://developer.mbed.org/teams/NetworkSocketAPI/code/NetworkSocketAPI/#85fe0b99948d
--- a/main.cpp Thu Feb 25 21:58:51 2016 +0000 +++ b/main.cpp Fri Feb 26 16:31:54 2016 +0000 @@ -21,7 +21,7 @@ DigitalOut myled(LED_GREEN); void flash(){ myled = !myled; } -ESP8266Interface wifi(D1, D0); +ESP8266Interface wifi(D1, D0, true); TCPSocket socket(&wifi); int main()