From 2a978eae83b959fb0a0141cf05dff4352442f114 Mon Sep 17 00:00:00 2001 From: Georges Oates_Larsen Date: Tue, 19 Dec 2023 15:06:52 -0800 Subject: [PATCH] docs: samples: cellular: mss: Correct board revision formatting At some point, the west util started requiring a slightly different format for board revision specifying on the command line. Update the sample's documentation to conform to this. Signed-off-by: Georges Oates_Larsen --- samples/cellular/nrf_cloud_multi_service/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/cellular/nrf_cloud_multi_service/README.rst b/samples/cellular/nrf_cloud_multi_service/README.rst index 7ca659d5711..df1e1f3d04b 100644 --- a/samples/cellular/nrf_cloud_multi_service/README.rst +++ b/samples/cellular/nrf_cloud_multi_service/README.rst @@ -185,7 +185,7 @@ To enable full modem FOTA, add the following parameter to your build command: Also, specify your development kit version by appending it to the board name. For example, if you are using an nRF9160 DK version 1.0.1, use the following board name in your build command: -``nrf9160dk_nrf9160_ns@1_0_1`` +``nrf9160dk_nrf9160_ns@1.0.1`` This sample also supports placement of the MCUboot secondary partition in external flash for the nRF9161 DK, and for nRF9160 DK version 0.14.0 and higher. To enable this, add the following parameter to your build command: @@ -242,7 +242,7 @@ To enable this, add the following parameter to your build command: Also, specify your development kit version by appending it to the board name. For example, if you are using an nRF9160 development kit version 1.0.1, use the following board name in your build command: -``nrf9160dk_nrf9160_ns@1_0_1`` +``nrf9160dk_nrf9160_ns@1.0.1`` .. _nrf_cloud_multi_service_remote_at: