Skip to content

Commit 9de96a0

Browse files
Apply suggestion from @MarkusLassila
Co-authored-by: Markus Lassila <markus.lassila@nordicsemi.no>
1 parent 0baf554 commit 9de96a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/migration_notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ The following changes are mandatory to make your application work in the same wa
5858
* PPP connection must be requested with ``AT#XPPP=1`` in order to get it started when modem is put to online mode with ``AT+CFUN=1``.
5959
``AT#XPPP=1`` can be done before or after ``AT+CFUN=1``.
6060
So PPP connection is not started automatically anymore when ``AT+CFUN=1`` is done.
61-
However, ``AT#XPPP=1`` needs to be done only once and after that PPP is started when ``AT+CFUN=1`` is done and stopped when ``AT+CFUN=4`` or ``AT+CFUN=0`` is done.
61+
When ``AT#XPPP=1`` is done, the PPP connection is started when ``AT+CFUN=1`` is done and stopped when network is lost, for example with ``AT+CFUN=4`` or ``AT+CFUN=0``.
62+
When ``AT#XPPP=0`` is done, PPP connection is stopped permanently.
6263

6364
DTR and RI GPIOs replace Power and Indicate pins
6465
------------------------------------------------

0 commit comments

Comments
 (0)