Remove usb mass storage for now

This commit is contained in:
Willy-JL
2023-06-27 17:54:40 +02:00
parent 1d7feabffb
commit 4e6e8ece07
16 changed files with 0 additions and 0 deletions

View File

@@ -1,13 +0,0 @@
App(
appid="mass_storage",
name="USB Mass Storage",
apptype=FlipperAppType.EXTERNAL,
entry_point="mass_storage_app",
cdefines=["APP_MASS_STORAGE"],
requires=["gui"],
stack_size=1 * 1024,
order=2,
# fap_icon="",
fap_category="Misc",
fap_libs=["assets"],
)