4180 Final Project

Dependencies:   4DGL-uLCD-SE mbed Servo

Revision:
27:2bd737c0a8af
Parent:
25:2e95a5731412
--- a/wifi.cpp	Sun May 01 15:19:50 2016 +0000
+++ b/wifi.cpp	Sun May 01 19:54:20 2016 +0000
@@ -84,7 +84,7 @@
     getreply();
     //pc.printf(buf);
  
-    wait(5);
+    wait(1);
  
     pc.printf("\n---------- Get IP's ----------\r\n");
     strcpy(snd, "print(wifi.sta.getip())\r\n");
@@ -247,7 +247,7 @@
     strcat(snd, "}\r\n");
     pc.printf("%s\n\r",snd);
         SendCMD();
-        wait(1);   
+        wait(2);   
     flush();
 } 
     
\ No newline at end of file