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: M2XStreamClient SocketModem jsonlite mbed
Fork of STM32_MTS_Wifi_Connect_M2X by
Diff: main.cpp
- Revision:
- 4:6daf448c5b1c
- Parent:
- 2:5f1645f60a3b
- Child:
- 5:19044863e45c
--- 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) {