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 2:5f1645f60a3b, committed 2014-01-03
- Comitter:
- sam_grove
- Date:
- Fri Jan 03 05:05:52 2014 +0000
- Parent:
- 1:b2a530079150
- Child:
- 3:12723cf0a416
- Commit message:
- edits...
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Jan 03 05:03:38 2014 +0000 +++ b/main.cpp Fri Jan 03 05:05:52 2014 +0000 @@ -5,10 +5,8 @@ int main() { -// std::string ssid = "your network name"; -// std::string securityKey = "your pass phrase"; - std::string ssid = "McGroves"; - std::string securityKey = "purnell44"; + std::string ssid = "your network name"; + std::string securityKey = "your pass phrase"; Wifi::SecurityType securityType = Wifi::WPA2; //Wait for wifi module to boot up