ECE 4180 / Mbed 2 deprecated 4180-L2-P15

Dependencies:   mbed

Revision:
1:4d01a46f2b09
Parent:
0:57cec3469a80
Child:
2:e40c88b8108e
diff -r 57cec3469a80 -r 4d01a46f2b09 main.cpp
--- a/main.cpp	Thu Oct 22 16:18:21 2015 +0000
+++ b/main.cpp	Thu Feb 11 16:10:17 2021 +0000
@@ -11,8 +11,8 @@
 char buf[2024];
 char snd[1024];
  
-char ssid[32] = "SwagInABag";     // enter WiFi router ssid inside the quotes
-char pwd [32] = "yoloswag"; // enter WiFi router password inside the quotes
+char ssid[32] = "AndroidHotspot0709";     // enter WiFi router ssid inside the quotes
+char pwd [32] = "123456789"; // enter WiFi router password inside the quotes
  
 void SendCMD(),getreply(),ESPconfig(),ESPsetbaudrate();
  void dev_recv()