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: LWIPInterface NetworkSocketAPI mbed-rtos mbed
Fork of HelloESP8266Interface by
Diff: main.cpp
- Revision:
- 25:eef7d93d9f5b
- Parent:
- 24:471a07e886ae
- Child:
- 26:4242277cf9c7
diff -r 471a07e886ae -r eef7d93d9f5b main.cpp
--- 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");
