mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 10:41:29 +00:00
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
App(
|
|
appid="gpio_logic_analyzer",
|
|
name="[GPIO] Logic Analyzer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="gpio_analyzer_app",
|
|
requires=["gui", "storage", "notification"],
|
|
stack_size=3 * 1024,
|
|
fap_category="GPIO",
|
|
fap_version=(2, 1),
|
|
fap_icon="gpio_analyzer_icon.png",
|
|
) |