Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit bfc6a9b

Browse files
author
GitHub Actions
committed
1 parent 93f5e08 commit bfc6a9b

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

overlay-carrier.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ CONFIG_PDN_CONTEXTS_MAX=3
2222
# AT Monitor is used by PDN library
2323
CONFIG_AT_MONITOR=y
2424

25-
# Increase AT Command driver buffers to handle expected commands
26-
CONFIG_AT_CMD_THREAD_STACK_SIZE=1536
27-
CONFIG_AT_CMD_RESPONSE_MAX_LEN=2600
28-
2925
# Download client for DFU
3026
CONFIG_DOWNLOAD_CLIENT_MAX_FILENAME_SIZE=230
3127

src/cloud/azure_iot_hub_integration.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ int cloud_wrap_init(cloud_wrap_evt_handler_t event_handler)
275275
int err;
276276

277277
#if !defined(CONFIG_CLOUD_CLIENT_ID_USE_CUSTOM)
278-
char imei_buf[20];
278+
char imei_buf[20 + sizeof("OK\r\n")];
279279

280280
/* Retrieve device IMEI from modem. */
281281
err = nrf_modem_at_cmd(imei_buf, sizeof(imei_buf), "AT+CGSN");

0 commit comments

Comments
 (0)