mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
16 lines
431 B
Plaintext
16 lines
431 B
Plaintext
App(
|
|
appid="wire_tester",
|
|
name="[GPIO] Wire Tester",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="app_main",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_icon="icon.png",
|
|
fap_icon_assets="assets",
|
|
fap_category="GPIO",
|
|
fap_author="@unixispower",
|
|
fap_weburl="https://gitlab.com/unixispower/flipper-wire-tester",
|
|
fap_version="1.0",
|
|
fap_description="Beeps if a wire is continuous",
|
|
)
|