3434305630
* Remove all icons from API * Music player: icons * Signal generator: icons * Bt hid: icons * Weather station: icons * Picopass: icons * File browser test: icons * Example images: documentation * Remove global assets header * Fix picopass Co-authored-by: あく <alleteam@gmail.com>
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
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",
|
|
fap_icon_assets="icons",
|
|
)
|