IoT Based Smart Garbage Monitoring System- Seeta Ram, Avinash, Debjyoti

Dependents:   frdm_group2P1

Files at this revision

API Documentation at this revision

Comitter:
seetarampandey
Date:
Thu Dec 06 15:33:13 2018 +0000
Parent:
2:77388e8f0697
Commit message:
IoT based Smart Garbage Monitoring System- Debjyoti, Avinash, Seeta Ram

Changed in this revision

ESP8266.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 77388e8f0697 -r 98ad30f6fa1f ESP8266.cpp
--- a/ESP8266.cpp	Sun Dec 28 21:58:49 2014 +0000
+++ b/ESP8266.cpp	Thu Dec 06 15:33:13 2018 +0000
@@ -106,7 +106,7 @@
 
 // Gets ESP IP. Parameter: string to contain IP
 void ESP8266::GetIP(char * ip) {
-    char cmd[15];
+    char cmd[128];
     strcpy(cmd, "AT+CIFSR");
     SendCMD(cmd);
     RcvReply(ip, 2000);