Skip to content

Commit

Permalink
samples: azure_iot: Increase MAX_FDS for 7002
Browse files Browse the repository at this point in the history
This is needed to make FOTA updates work on nrf7002dk.

Signed-off-by: Jorgen Kvalvaag <[email protected]>
  • Loading branch information
jorgenmk authored and rlubos committed May 31, 2024
1 parent 193d4e6 commit d54a7e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CONFIG_POSIX_CLOCK=y
CONFIG_HW_ID_LIBRARY=y
CONFIG_HW_ID_LIBRARY_SOURCE_NET_MAC=y
CONFIG_DK_LIBRARY=y
CONFIG_POSIX_MAX_FDS=25

# Heap and stacks
CONFIG_MAIN_STACK_SIZE=4096
Expand Down

0 comments on commit d54a7e1

Please sign in to comment.