Skip to content

Commit 4f3204a

Browse files
juhaylinennordicjm
authored andcommitted
samples: nrf_cloud: Update nrf_provisioning overlay
Decrease maximum number of provisioning commands to save RAM. Signed-off-by: Juha Ylinen <[email protected]>
1 parent a64e6ee commit 4f3204a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/cellular/nrf_cloud_multi_service/overlay-coap_nrf_provisioning.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CONFIG_NRF_PROVISIONING_ROOT_CA_SEC_TAG=42
3939
CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y
4040

4141
# Max provisioning commands per response
42-
CONFIG_NRF_PROVISIONING_CBOR_RECORDS=20
42+
CONFIG_NRF_PROVISIONING_CBOR_RECORDS=10
4343

4444
# Set the provisioning interval to 60 seconds.
4545
# This is a very frequent interval. To save power, set this to something approaching 24 hours.

samples/cellular/nrf_cloud_multi_service/overlay-http_nrf_provisioning.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CONFIG_NRF_PROVISIONING_ROOT_CA_SEC_TAG=50
3939
CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y
4040

4141
# Max provisioning commands per response
42-
CONFIG_NRF_PROVISIONING_CBOR_RECORDS=20
42+
CONFIG_NRF_PROVISIONING_CBOR_RECORDS=10
4343

4444
# Set the provisioning interval to 60 seconds.
4545
# This is a very frequent interval. To save power, set this to something approaching 24 hours.

samples/cellular/nrf_cloud_rest_device_message/overlay-nrf_provisioning.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CONFIG_ZCBOR=y
3030
CONFIG_ZCBOR_CANONICAL=y
3131

3232
# Max provisioning commands per response
33-
CONFIG_NRF_PROVISIONING_CBOR_RECORDS=20
33+
CONFIG_NRF_PROVISIONING_CBOR_RECORDS=10
3434

3535
# Maximum length between provisioning requests
3636
CONFIG_NRF_PROVISIONING_INTERVAL_S=86400

0 commit comments

Comments
 (0)