mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
App(
|
|
appid="Flashlight",
|
|
name="Flashlight",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="flashlight_app",
|
|
cdefines=["APP_FLASHLIGHT"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
fap_icon="flash10px.png",
|
|
fap_category="GPIO",
|
|
) |