mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
|
|
App(
|
||
|
|
appid="example_view_dispatcher",
|
||
|
|
name="Example: ViewDispatcher",
|
||
|
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
|
entry_point="example_view_dispatcher_app",
|
||
|
|
requires=["gui"],
|
||
|
|
fap_category="Examples",
|
||
|
|
)
|