mirror of
https://github.com/vshymanskyy/TinyGSM.git
synced 2026-05-15 04:06:10 +00:00
Merge pull request #43 from github0013/sim7600fix
password then user when cid is set
This commit is contained in:
@@ -323,7 +323,7 @@ class TinyGsmSim7600 : public TinyGsmModem<TinyGsmSim7600>,
|
||||
|
||||
// Set the external authentication
|
||||
if (user && strlen(user) > 0) {
|
||||
sendAT(GF("+CGAUTH=1,0,\""), user, GF("\",\""), pwd, '"');
|
||||
sendAT(GF("+CGAUTH=1,0,\""), pwd, GF("\",\""), user, '"');
|
||||
waitResponse();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user