Joseph Boettcher / Mbed 2 deprecated ECE_4180_Lab2_Wifi

Dependencies:   mbed

Fork of ECE_4180_Lab2_Wifi by Zack Braun

Revision:
1:8dfd443eac07
Parent:
0:57cec3469a80
Child:
2:a8541fc8cf29
--- a/main.cpp	Thu Oct 22 16:18:21 2015 +0000
+++ b/main.cpp	Fri Sep 23 18:29:07 2016 +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] = "ReallyObvious";     // enter WiFi router ssid inside the quotes
+char pwd [32] = "LOWERCASE"; // enter WiFi router password inside the quotes
  
 void SendCMD(),getreply(),ESPconfig(),ESPsetbaudrate();
  void dev_recv()