Delta / Mbed 2 deprecated NNN40XmppClient

Dependencies:   WIFI_API_32kRAM mbed

Files at this revision

API Documentation at this revision

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"