[FL-2052] New build system based on scons (#1269)
This commit is contained in:
12
applications/lfrfid_debug/application.fam
Normal file
12
applications/lfrfid_debug/application.fam
Normal file
@@ -0,0 +1,12 @@
|
||||
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,
|
||||
)
|
Reference in New Issue
Block a user