mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +00:00
12 lines
266 B
Text
12 lines
266 B
Text
|
App(
|
||
|
appid="file_browser_test",
|
||
|
name="File Browser Test",
|
||
|
apptype=FlipperAppType.DEBUG,
|
||
|
entry_point="file_browser_app",
|
||
|
cdefines=["APP_FILE_BROWSER_TEST"],
|
||
|
requires=["gui"],
|
||
|
stack_size=2 * 1024,
|
||
|
order=150,
|
||
|
fap_category="Debug",
|
||
|
)
|