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:
parent
8e5812d218
commit
e16074f8ae
@ -41,6 +41,10 @@ QUIET ?= 1
|
|||||||
|
|
||||||
USEMODULE += suit suit_transport_coap
|
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
|
# Display a progress bar during firmware download
|
||||||
USEMODULE += progress_bar
|
USEMODULE += progress_bar
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user