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