Browse Source

Fix a note on ublox LTE-M models

v_master
Sara Damiano 6 years ago
parent
commit
53e055d870
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientUBLOX.h

+ 1
- 1
src/TinyGsmClientUBLOX.h View File

@ -510,7 +510,7 @@ public:
// Using CGDCONT sets up an "external" PCP context, i.e. a data connection // 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 // 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 // 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 // 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 // "internal" PDP context, i.e. a data connection using the internal IP


Loading…
Cancel
Save