From 53e055d870960ec4ce0b49d6a0f0902531374c6a Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Mon, 11 Mar 2019 13:58:00 -0400 Subject: [PATCH] Fix a note on ublox LTE-M models --- src/TinyGsmClientUBLOX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TinyGsmClientUBLOX.h b/src/TinyGsmClientUBLOX.h index 90d468e..13ae719 100644 --- a/src/TinyGsmClientUBLOX.h +++ b/src/TinyGsmClientUBLOX.h @@ -510,7 +510,7 @@ public: // Using CGDCONT sets up an "external" PCP context, i.e. a data connection // using the external IP stack (e.g. Windows dial up) and PPP link over the // serial interface. This is the only command set supported by the LTE-M - // and LTE NB-IoT modules (SARA-R4x, SARA-N4X, SARA-N2x) + // and LTE NB-IoT modules (SARA-R4xx, SARA-N4xx) // Setting up the PSD profile/PDP context with the UPSD commands sets up an // "internal" PDP context, i.e. a data connection using the internal IP