Skip to content

Commit

Permalink
doc: Cellular: LwM2M carrier sample fixes
Browse files Browse the repository at this point in the history
Formatting fixes in the sample doc.

Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
  • Loading branch information
peknis authored and nordicjm committed Aug 22, 2023
1 parent b951e84 commit cba824c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/nrf/includes/lwm2m_common_server_setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Server setup

The following instructions describe how to register your device to `Leshan Demo Server`_ or `Coiote Device Management server`_:

1. For adding the device to the LwM2M server, complete the following steps and for adding the device to an LwM2M bootstrap server, see the procedure in :ref:`registering the device to an LwM2M bootstrap server <bootstrap_server_reg>`:
1. To add the device to the LwM2M server, complete the following steps:

.. tabs::

Expand Down Expand Up @@ -40,7 +40,7 @@ The following instructions describe how to register your device to `Leshan Demo

.. _bootstrap_server_reg:

For registering the device to an LwM2M bootstrap server, complete the following steps:
2. To register the device to an LwM2M bootstrap server, complete the following steps:

.. tabs::

Expand Down
2 changes: 1 addition & 1 deletion samples/cellular/lwm2m_carrier/sample_description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Before building and running the sample, complete the following steps:
Set the server address and PSK
------------------------------

a. Open :file:`prj.conf` (see :ref:`lwm2m_carrier_config_files` for more information).
1. Open :file:`prj.conf` (see :ref:`lwm2m_carrier_config_files` for more information).
#. Set :kconfig:option:`CONFIG_LWM2M_CARRIER_CUSTOM_URI` to the correct server URL:

* For `Leshan Demo Server`_ - ``coaps://leshan.eclipseprojects.io:5684`` (`public Leshan Demo Server`_).
Expand Down

0 comments on commit cba824c

Please sign in to comment.