Skip to content

Commit

Permalink
examples/suit_update: enable VFS transport
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed May 24, 2022
1 parent d466df6 commit c610265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/suit_update/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ QUIET ?= 1

USEMODULE += suit suit_transport_coap

# enable VFS transport (only works on boards with external storage)
USEMODULE += suit_transport_vfs
USEMODULE += vfs_default

# Display a progress bar during firmware download
USEMODULE += progress_bar

Expand Down

0 comments on commit c610265

Please sign in to comment.