mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 06:50:12 +00:00
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
|
App(
|
||
|
appid="gpioreader2",
|
||
|
name="[GPIO] Input Reader 2",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="gpio_app",
|
||
|
cdefines=["APP_GPIOREADER"],
|
||
|
requires=["gui"],
|
||
|
stack_size=1 * 1024,
|
||
|
order=50,
|
||
|
fap_libs=["assets"],
|
||
|
fap_category="GPIO_Extra",
|
||
|
fap_icon="icon.png",
|
||
|
)
|