mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-04-05 09:15:40 +00:00
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
App(
|
|
appid="lfrfid_debug",
|
|
name="LF-RFID Debug",
|
|
apptype=FlipperAppType.DEBUG,
|
|
targets=["f7"],
|
|
entry_point="lfrfid_debug_app",
|
|
requires=[
|
|
"gui",
|
|
],
|
|
provides=[
|
|
"lfrfid_debug",
|
|
],
|
|
stack_size=1 * 1024,
|
|
fap_category="Debug",
|
|
)
|