Add QIMODE to M95

This commit is contained in:
Sara Damiano
2019-08-29 13:36:32 -04:00
parent a55dbaa7db
commit 1ddbfb99dd
5 changed files with 10 additions and 4 deletions

View File

@@ -352,6 +352,12 @@ TINY_GSM_MODEM_WAIT_FOR_NETWORK()
return false;
}
// Select TCP/IP transfer mode
sendAT(GF("+QIMODE=0"));
if (waitResponse() != 1) {
return false;
}
//Enable multiple TCP/IP connections
sendAT(GF("+QIMUX=1"));
if (waitResponse() != 1) {