13 lines
224 B
Plaintext
13 lines
224 B
Plaintext
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,
|
|
)
|