Skip to content

Commit 214da5d

Browse files
glarsennordicnordicjm
authored andcommitted
samples: mss: Minor Tweaks
A bugfix for PGPS on certain CoAP configurations, and a tweak to nrf_cloud library info logs. Signed-off-by: Georges Oates_Larsen <[email protected]>
1 parent 363c281 commit 214da5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/cellular/nrf_cloud_multi_service/overlay_coap.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ CONFIG_NET_SOCKETS_OFFLOAD_PRIORITY=40
4646
CONFIG_COAP_CLIENT_BLOCK_SIZE=1024
4747
CONFIG_COAP_CLIENT_STACK_SIZE=2048
4848
CONFIG_COAP_CLIENT_THREAD_PRIORITY=0
49+
CONFIG_COAP_CLIENT_MAX_INSTANCES=3
4950
# The extended options length must be increased to perform FOTA and P-GPS downloads over CoAP.
5051
CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE=192
5152

subsys/net/lib/nrf_cloud/src/nrf_cloud_info.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,10 @@ int nrf_cloud_print_details(void)
146146
LOG_INF("Protocol: %s", protocol);
147147
LOG_INF("Download protocol: %s", download_protocol);
148148
LOG_INF("Sec tag: %d", nrf_cloud_sec_tag_get());
149-
LOG_INF("Host name: %s", host_name);
150-
151149
#if defined(CONFIG_NRF_CLOUD_COAP)
152-
LOG_INF("-CoAP JWT: %d", nrf_cloud_sec_tag_coap_jwt_get());
150+
LOG_INF("CoAP JWT Sec tag: %d", nrf_cloud_sec_tag_coap_jwt_get());
153151
#endif
152+
LOG_INF("Host name: %s", host_name);
154153

155154
#endif /* CONFIG_NRF_CLOUD_VERBOSE_DETAILS */
156155

0 commit comments

Comments
 (0)