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:
- 1:b2a530079150
- Parent:
- 0:23c1654d70e4
- Child:
- 2:5f1645f60a3b
--- a/main.cpp Thu Jan 02 21:31:10 2014 +0000 +++ b/main.cpp Fri Jan 03 05:03:38 2014 +0000 @@ -5,8 +5,10 @@ int main() { - std::string ssid = "your network name"; - std::string securityKey = "your pass phrase"; +// std::string ssid = "your network name"; +// std::string securityKey = "your pass phrase"; + std::string ssid = "McGroves"; + std::string securityKey = "purnell44"; Wifi::SecurityType securityType = Wifi::WPA2; //Wait for wifi module to boot up