mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
|
|
App(
|
||
|
|
appid="example_ble_beacon",
|
||
|
|
name="Example: BLE Beacon",
|
||
|
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
|
entry_point="ble_beacon_app",
|
||
|
|
requires=["gui"],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
fap_icon="example_ble_beacon_10px.png",
|
||
|
|
fap_category="Examples",
|
||
|
|
fap_icon_assets="images",
|
||
|
|
)
|