From 47793e0ad98c2c0e959715ead9db5c8f07351da5 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Wed, 24 Nov 2021 10:34:53 -0500 Subject: [PATCH] Fix #578 Signed-off-by: Sara Damiano --- src/TinyGsmClientSIM7080.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TinyGsmClientSIM7080.h b/src/TinyGsmClientSIM7080.h index 8d7aae0..f5584a9 100644 --- a/src/TinyGsmClientSIM7080.h +++ b/src/TinyGsmClientSIM7080.h @@ -247,7 +247,7 @@ class TinyGsmSim7080 : public TinyGsmSim70xx, // 2: CHAP // 3: PAP or CHAP if (pwd && strlen(pwd) > 0 && user && strlen(user) > 0) { - sendAT(GF("+CNCFG=0,1,\""), apn, "\",\"", "\",\"", user, pwd, '"'); + sendAT(GF("+CNCFG=0,1,\""), apn, "\",\"", user, "\",\"", pwd, '"'); waitResponse(); } else if (user && strlen(user) > 0) { // Set the user name only