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