File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
samples/cellular/nrf_cloud_multi_service
subsys/net/lib/nrf_cloud/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ CONFIG_NET_SOCKETS_OFFLOAD_PRIORITY=40
4646CONFIG_COAP_CLIENT_BLOCK_SIZE=1024
4747CONFIG_COAP_CLIENT_STACK_SIZE=2048
4848CONFIG_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.
5051CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE=192
5152
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments