You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releases/migration_notes_v2.0.0.rst
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,14 @@ Required changes
15
15
16
16
The following changes are mandatory to make your application work in the same way as in previous releases.
17
17
18
-
No changes since the latest release.
18
+
* Full FOTA - When compiling, rename ``overlay-full_fota.conf`` to ``overlay-full-fota.conf`` and add ``PM_STATIC_YML_FILE=pm_static_nrf9151dk_nrf9151_ns_full_fota.yml`` to the build configuration.
19
+
See :ref:`SM_AT_FOTA` for more information.
20
+
21
+
Informational changes
22
+
*********************
23
+
24
+
The following changes are listed for informational purposes, and many hosts will work without any changes.
25
+
26
+
* Ring Indication (RI) - Change RI from pulse (100 ms) to level triggered, meaning RI stays asserted until the host asserts DTR.
27
+
After the Serial Modem has enabled UART, RI will be deasserted.
28
+
* nRF Cloud transport has been changed from MQTT to CoAP.
0 commit comments