Skip to content

Commit

Permalink
modules: app: Incrase payload buffer
Browse files Browse the repository at this point in the history
Incrase payload buffer to 1024 bytes.
Its been observer that responses from nrf cloud gets truncated when
requesting the full shadow post boot.

Increase the payload buffer to 1024 bytes to avoid truncation.

Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
  • Loading branch information
simensrostad committed Oct 10, 2024
1 parent af07a10 commit e74999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/modules/app/Kconfig.app
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ config APP_MODULE_EXEC_TIME_SECONDS_MAX

config APP_MODULE_RECV_BUFFER_SIZE
int "Receive buffer size"
default 512
default 1024

endmenu

0 comments on commit e74999e

Please sign in to comment.