mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 20:59:50 +04:00
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
|
|
App(
|
||
|
|
appid="example_apps_data",
|
||
|
|
name="Example: Apps Data",
|
||
|
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
|
entry_point="example_apps_data_main",
|
||
|
|
requires=["gui"],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
fap_category="Examples",
|
||
|
|
)
|