Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ CONFIG_LTE_LC_EDRX_MODULE=y
CONFIG_LTE_LC_CONN_EVAL_MODULE=y

# Enable PSM (Power Saving Mode)
CONFIG_LTE_LC_WORKQUEUE_STACK_SIZE=768
CONFIG_LTE_LC_WORKQUEUE_STACK_SIZE=896
CONFIG_LTE_PSM_REQ=y
CONFIG_LTE_PROPRIETARY_PSM_REQ=y
CONFIG_LTE_PSM_REQ_FORMAT_SECONDS=y
Expand Down
2 changes: 1 addition & 1 deletion app/src/modules/cloud/Kconfig.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ config APP_CLOUD_BACKOFF_MAX_SECONDS

config APP_CLOUD_THREAD_STACK_SIZE
int "Thread stack size"
default 5120
default 5632

config APP_CLOUD_MESSAGE_QUEUE_SIZE
int "Message queue size"
Expand Down