mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
App(
|
|
appid="gpio",
|
|
name="GPIO",
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
entry_point="gpio_app",
|
|
stack_size=2 * 1024,
|
|
icon="A_GPIO_14",
|
|
order=50,
|
|
fap_icon="icon.png",
|
|
fap_category="GPIO",
|
|
)
|