mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 08:48:35 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
12
applications/external/gpio_reader_b/application.fam
vendored
Normal file
12
applications/external/gpio_reader_b/application.fam
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
App(
|
||||
appid="gpio_reader_b",
|
||||
name="[GPIO] Reader (biotinker)",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="gpio_app",
|
||||
cdefines=["APP_GPIOREADER"],
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
order=50,
|
||||
fap_category="GPIO",
|
||||
fap_icon="icon.png",
|
||||
)
|
||||
Reference in New Issue
Block a user