diff --git a/examples/suit_update/Makefile b/examples/suit_update/Makefile index a370233c43..78c0d8491e 100644 --- a/examples/suit_update/Makefile +++ b/examples/suit_update/Makefile @@ -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