1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/suit_update: enable VFS transport

This commit is contained in:
Benjamin Valentin 2022-05-17 12:03:35 +02:00
parent 8e5812d218
commit e16074f8ae

View File

@ -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