Files
Momentum-Firmware/applications/main/gpio/application.fam
VerstreuteSeele a026ab37bd Who tf wrote this, and why? | Biggest stability update ever
Bro, what the fuck is this bullshit? I swear imma go cry if I see more shit like that...
2023-01-06 01:45:02 +01:00

13 lines
237 B
Plaintext

App(
appid="gpio",
name="GPIO",
apptype=FlipperAppType.APP,
entry_point="gpio_app",
cdefines=["APP_GPIO"],
requires=["gui"],
stack_size=1 * 1024,
icon="A_GPIO_14",
order=50,
fap_libs=["assets"],
)