Dependencies:   EthernetNetIf NTPClient_NetServices mbed

Files at this revision

API Documentation at this revision

Comitter:
nucho
Date:
Wed Aug 11 06:37:11 2010 +0000
Parent:
0:d441275f622f
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r d441275f622f -r b494b1b91ba3 main.cpp
--- a/main.cpp	Mon Aug 09 07:01:43 2010 +0000
+++ b/main.cpp	Wed Aug 11 06:37:11 2010 +0000
@@ -22,8 +22,8 @@
 
 BusOut myleds(LED1, LED2, LED3, LED4);
 
-const char user[] = "hamrobot";
-const char pass[] = "kesi56KN";
+const char user[] = "username";
+const char pass[] = "password";
 const char login_msg[] = " is login now.";
 const char logout_msg[] = " is logout now.";
 const char url[]  = "http://api.supertweet.net/1/statuses/update.xml";