mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 06:50:12 +00:00
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
App(
|
|
appid="fbp",
|
|
name="Flipper BP",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="fbp_app",
|
|
stack_size=1 * 1024,
|
|
requires=[
|
|
"bt",
|
|
"gui",
|
|
],
|
|
fap_category="Misc_Extra",
|
|
fap_icon="uart_10px.png",
|
|
) |