Skip to content

Commit 8af2198

Browse files
bettseskotopes
andauthored
Iclass UI (#1366)
* 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 <[email protected]>
1 parent 34d97eb commit 8af2198

17 files changed

+887
-385
lines changed

applications/picopass/application.fam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ App(
44
apptype=FlipperAppType.PLUGIN,
55
entry_point="picopass_app",
66
cdefines=["APP_PICOPASS"],
7-
requires=["gui"],
7+
requires=["storage", "gui"],
88
stack_size=1 * 1024,
99
icon="A_Plugins_14",
1010
order=30,

0 commit comments

Comments
 (0)