ECE 4180 Project for Spring 2020

Dependencies:   mbed mbed-rtos SDFileSystem PinDetect ESP8266NodeMCUInterface

Revision:
1:5ae291085f75
Parent:
0:b97c07227845
--- a/main.cpp	Thu Apr 30 00:27:23 2020 +0000
+++ b/main.cpp	Fri May 01 18:43:13 2020 +0000
@@ -38,8 +38,8 @@
 int  lcount,lended,ltimeout;
 char buf[2024];
 char snd[1024];
-char ssid[32] = "CustomFi";         // enter WiFi router ssid inside the quotes
-char pwd [32] = "#KeepBallin19";    // enter WiFi router password inside the quotes
+char ssid[32] = "ssid";         // enter WiFi router ssid inside the quotes
+char pwd [32] = "password";    // enter WiFi router password inside the quotes
 
 // Variables used for uLCD and Sonar
 int year, month, day, hr, mn, sec;