mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
App(
|
|
appid="GPIO_Reader_A",
|
|
name="GPIO Reader (Aurelilc)",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="GPIO_reader_app",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_category="GPIO",
|
|
fap_icon="icon.png",
|
|
order=1,
|
|
) |