mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
8af2198684
* Move structs to header * roll mbedtls into loclass * Picopass with scene for reading card * Picopass: fix memory leak * Lib: return mbedtls back * Picopass: rename symbols to match naming guide Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
11 lines
252 B
Text
11 lines
252 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,
|
|
icon="A_Plugins_14",
|
|
order=30,
|
|
)
|