Example program for the BSDInterface

Dependencies:   BSDInterface NetworkSocketAPI

Fork of HelloLWIPInterface by NetworkSocketAPI

Files at this revision

API Documentation at this revision

Comitter:
geky
Date:
Mon Feb 01 22:22:36 2016 +0000
Parent:
24:471a07e886ae
Child:
26:4242277cf9c7
Commit message:
Bumped ESP8266Interface version

Changed in this revision

ESP8266Interface.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ESP8266Interface.lib	Mon Dec 28 06:42:51 2015 +0000
+++ b/ESP8266Interface.lib	Mon Feb 01 22:22:36 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/NetworkSocketAPI/code/ESP8266Interface/#c19f1e61063b
+https://developer.mbed.org/teams/NetworkSocketAPI/code/ESP8266Interface/#e587ee768fb5
--- a/main.cpp	Mon Dec 28 06:42:51 2015 +0000
+++ b/main.cpp	Mon Feb 01 22:22:36 2016 +0000
@@ -29,7 +29,7 @@
     printf("NetworkSocketAPI Example\r\n");
 
     wifi.init();
-    wifi.connect("DemoRoom", "");
+    wifi.connect("WifiDemo", "");
     
     char* ip = wifi.getIPAddress();
     printf("IP Address is: %s\n", (ip) ? ip : "No IP");