wifi only 基準コード

Dependencies:   RemoteIR TextLCD

Revision:
1:a45cf46c1adc
Parent:
0:2e9a86765692
Child:
2:1bf376317a43
--- a/main.cpp	Thu Aug 06 00:10:24 2020 +0000
+++ b/main.cpp	Thu Aug 06 01:50:55 2020 +0000
@@ -416,7 +416,8 @@
         SendCMD();
         getreply();
         pc.printf(replybuff);
-        wait(5);
+        //wait(5);
+        wait(1);
         pc.printf("\n Getting Server IP \r\n");
         strcpy(cmdbuff, "AT+CIFSR\r\n");
         timeout=2500;