Nucleo_ESP8266_configuration_mbed

Dependencies:   mbed

Fork of ESP8266-configuration-mbed-LPC1768 by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
star297
Date:
Tue Feb 10 16:35:26 2015 +0000
Parent:
0:5ebf44bd3694
Child:
2:c5515c7eba46
Commit message:
ssid & pwd updated

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Feb 10 16:28:26 2015 +0000
+++ b/main.cpp	Tue Feb 10 16:35:26 2015 +0000
@@ -9,8 +9,8 @@
 char buf[1024];
 char snd[255];
 
-char ssid[32] = "NETGEAR21";    // enter router ssid inside the quotes
-char pwd [32] = "PANASONIC";    // enter router password inside the quotes
+char ssid[32] = "ssid";    // enter router ssid inside the quotes
+char pwd [32] = "password";    // enter router password inside the quotes
 
 void SendCMD(),getreply(),ESPconfig(),ESPsetbaudrate();