mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 06:50:12 +00:00
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
App(
|
|
appid="GPIO_reader",
|
|
name="[GPIO] Reader",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="GPIO_reader_app",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_category="GPIO_Extra",
|
|
fap_icon="icon.png",
|
|
order=1,
|
|
) |