Skip to content

Commit

Permalink
samples: aws_iot: Fix HTTPS FOTA on nRF7002-DK
Browse files Browse the repository at this point in the history
To successfully download images via https
on the nRF7002-DK, the maximum number of
TLS contexts and file descriptors had to
be increased.

Signed-off-by: Fabian Nawratil <fabian.nawratil@nordicsemi.no>
  • Loading branch information
fnawratil authored and nordicjm committed Sep 7, 2023
1 parent 025c888 commit 0be8d03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/net/aws_iot/boards/nrf7002dk_nrf5340_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ CONFIG_MBEDTLS_RSA_C=y

# NET Sockets
CONFIG_NET_SOCKETS_SOCKOPT_TLS=y
CONFIG_POSIX_MAX_FDS=10
CONFIG_POSIX_MAX_FDS=12
CONFIG_NET_SOCKETS_TLS_MAX_CONTEXTS=2

# Zephyr NET Connection Manager Connectivity layer.
CONFIG_L2_WIFI_CONNECTIVITY=y
Expand Down

0 comments on commit 0be8d03

Please sign in to comment.