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: WIFI_API_32kRAM mbed
Revision 4:b419c498752b, committed 2015-10-13
- Comitter:
- lester0507
- Date:
- Tue Oct 13 06:39:55 2015 +0000
- Parent:
- 3:c135331e4ae8
- Commit message:
- update SSID and Password
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Oct 13 06:35:50 2015 +0000 +++ b/main.cpp Tue Oct 13 06:39:55 2015 +0000 @@ -2,8 +2,8 @@ #include "MXmppClient.hpp" #include "WIFIDevice.h" -#define SSID "LesterAP" -#define AP_PASSWORD "0225536029" +#define SSID "SSID" +#define AP_PASSWORD "0123456789" #define USER_NAME1 "nnn40b" #define DOMAIN "xmpp.koryo.com.tw"