mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
12 lines
224 B
Text
12 lines
224 B
Text
App(
|
|
appid="lfrfid_debug",
|
|
name="LF-RFID Debug",
|
|
apptype=FlipperAppType.DEBUG,
|
|
entry_point="lfrfid_debug_app",
|
|
requires=[
|
|
"gui",
|
|
"lfrfid",
|
|
],
|
|
stack_size=1 * 1024,
|
|
order=100,
|
|
)
|