Skip to content

Commit

Permalink
samples: net: azure_iot_hub: use new download client
Browse files Browse the repository at this point in the history
Use new download client.

Signed-off-by: Eivind Jølsgard <[email protected]>
  • Loading branch information
eivindj-nordic committed Nov 1, 2024
1 parent c8a043e commit c81c6c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ CONFIG_IMG_MANAGER=y
CONFIG_STREAM_FLASH=y
CONFIG_IMG_ERASE_PROGRESSIVELY=y
CONFIG_DOWNLOAD_CLIENT=y
CONFIG_DOWNLOAD_CLIENT_NEW_API=y
CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096
CONFIG_DOWNLOAD_CLIENT_BUF_SIZE=4096
CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE_4096=y
Expand Down
1 change: 1 addition & 0 deletions samples/net/azure_iot_hub/boards/nrf9151dk_nrf9151_ns.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ CONFIG_FLASH_MAP=y
CONFIG_FLASH=y
CONFIG_IMG_ERASE_PROGRESSIVELY=y
CONFIG_DOWNLOAD_CLIENT=y
CONFIG_DOWNLOAD_CLIENT_NEW_API=y
CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096
1 change: 1 addition & 0 deletions samples/net/azure_iot_hub/boards/nrf9160dk_nrf9160_ns.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ CONFIG_FLASH_MAP=y
CONFIG_FLASH=y
CONFIG_IMG_ERASE_PROGRESSIVELY=y
CONFIG_DOWNLOAD_CLIENT=y
CONFIG_DOWNLOAD_CLIENT_NEW_API=y
CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096
1 change: 1 addition & 0 deletions samples/net/azure_iot_hub/boards/nrf9161dk_nrf9161_ns.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ CONFIG_FLASH_MAP=y
CONFIG_FLASH=y
CONFIG_IMG_ERASE_PROGRESSIVELY=y
CONFIG_DOWNLOAD_CLIENT=y
CONFIG_DOWNLOAD_CLIENT_NEW_API=y
CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096

0 comments on commit c81c6c2

Please sign in to comment.