mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +00:00
12 lines
212 B
Text
12 lines
212 B
Text
|
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,
|
||
|
)
|