private fork

Fork of GSwifiInterface by gs fan

Revision:
11:71d67fea5ace
Parent:
10:7d8134e7df01
Child:
12:057089026a20
--- a/GSwifi/GSwifi_at.cpp	Thu Oct 31 08:34:45 2013 +0000
+++ b/GSwifi/GSwifi_at.cpp	Fri Nov 15 04:20:14 2013 +0000
@@ -357,7 +357,7 @@
     } else {
         sprintf(cmd, "AT+PSDPSLEEP");
     }
-    return sendCommand(cmd);
+    return sendCommand(cmd, RES_NULL, 0);
 }
 
 int GSwifi::cmdPSSTBY (int n, int m) {