mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-17 07:13:18 +00:00
10 lines
268 B
Plaintext
10 lines
268 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, 0),
|
|
) |