my repo

Dependencies:   mbed

Revision:
1:cd76b77e35a4
Parent:
0:c265e9b31b1d
Child:
2:3704512ed2d4
diff -r c265e9b31b1d -r cd76b77e35a4 main.cpp
--- a/main.cpp	Tue Feb 26 08:01:46 2019 +0000
+++ b/main.cpp	Tue Feb 26 08:33:58 2019 +0000
@@ -9,7 +9,7 @@
 char buffer[1024];
 char str[255];
  
-char ssid[32] = "accesspoint";     // enter WiFi router ssid inside the quotes
+char ssid[32] = "accesspoint1";     // enter WiFi router ssid inside the quotes
 char pwd [32] = "password"; // enter WiFi router password inside the quotes
  
 void SendCMD(),getreply(),ESPconfig(),ESPsetbaudrate();