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.
Diff: main.cpp
- Revision:
- 2:d5c9337fdce1
- Parent:
- 1:52cad7057640
- Child:
- 3:a0b26799134f
diff -r 52cad7057640 -r d5c9337fdce1 main.cpp --- a/main.cpp Sat May 28 15:18:17 2016 +0000 +++ b/main.cpp Sat May 28 15:46:20 2016 +0000 @@ -17,8 +17,8 @@ */ //FOR STATION MODE SSID, PASSWORD ARE NEEDED -char ssid_main[32]="@@@@@@@"; -char pwd_main[32]="@@@@@@@@@@@@@"; +char ssid_main[32]="Ritzler"; +char pwd_main[32]="gauresh2798"; int port_main=8266; //SELECT MODES: STATION=10 AND AP=20