mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
10 lines
227 B
Text
10 lines
227 B
Text
App(
|
|
appid="picopass",
|
|
name="PicoPass Reader",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="picopass_app",
|
|
cdefines=["APP_PICOPASS"],
|
|
requires=["storage", "gui"],
|
|
stack_size=1 * 1024,
|
|
order=30,
|
|
)
|