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: SocketModem mbed
Fork of MTS_Wifi_Connect_Example by
Revision 4:6daf448c5b1c, committed 2014-01-04
- Comitter:
- sam_grove
- Date:
- Sat Jan 04 06:02:38 2014 +0000
- Parent:
- 3:12723cf0a416
- Child:
- 5:19044863e45c
- Commit message:
- Update wifi for event ssid
Changed in this revision
SocketModem.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/SocketModem.lib Fri Jan 03 06:29:13 2014 +0000 +++ b/SocketModem.lib Sat Jan 04 06:02:38 2014 +0000 @@ -1,1 +1,1 @@ -https://mbed.org/teams/Multi-Hackers/code/SocketModem/#165b3a1084bd +https://mbed.org/teams/Multi-Hackers/code/SocketModem/#571e0ef6c8dc
--- a/main.cpp Fri Jan 03 06:29:13 2014 +0000 +++ b/main.cpp Sat Jan 04 06:02:38 2014 +0000 @@ -5,9 +5,9 @@ int main() { - std::string ssid = "your network name"; - std::string securityKey = "your pass phrase"; - Wifi::SecurityType securityType = Wifi::WPA2; + std::string ssid = "belkin54g"; + std::string securityKey = ""; + Wifi::SecurityType securityType = Wifi::NONE; //Wait for wifi module to boot up for (int i = 10; i >= 0; i = i - 2) {