Removed extra GSM_NL around "ALREADY CONNECT"

This commit is contained in:
SRGDamia1
2017-10-26 16:33:30 -04:00
parent 6a04def5f3
commit 1f1dfc9c7f

View File

@@ -362,7 +362,8 @@ protected:
int rsp = waitResponse(75000L, int rsp = waitResponse(75000L,
GFP(GSM_OK), GFP(GSM_OK),
GFP(GSM_ERROR), GFP(GSM_ERROR),
GF(GSM_NL "ALREADY CONNECT" GSM_NL)); GF("ALREADY CONNECT"));
// if (rsp == 3) waitResponse(); // May return "ERROR" after the "ALREADY CONNECT"
return (1 == rsp); return (1 == rsp);
} }