More app updates

This commit is contained in:
Willy-JL
2023-07-14 02:51:21 +02:00
parent a33a461074
commit 15639f4745
5 changed files with 7 additions and 5 deletions

View File

@@ -1,9 +1,8 @@
App(
appid="gpio_reader_b",
appid="gpioreader2",
name="[GPIO] Reader (biotinker)",
apptype=FlipperAppType.EXTERNAL,
entry_point="gpio_app",
cdefines=["APP_GPIOREADER"],
requires=["gui"],
stack_size=1 * 1024,
order=50,