mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-05-02 07:48:19 +00:00
Compare commits
4 Commits
412914e9d5
...
7cf1d6ee0d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7cf1d6ee0d | ||
|
|
8845f9a5f4 | ||
|
|
5e708e5b07 | ||
|
|
19dfb7ca06 |
1
Applications/My_Creations/README.md
Normal file
1
Applications/My_Creations/README.md
Normal file
@ -0,0 +1 @@
|
||||
# Flipper Apps by UberGuidoZ
|
||||
@ -0,0 +1,10 @@
|
||||
App(
|
||||
appid="gpio_logic_analyzer",
|
||||
name="GPIO Logic Analyzer",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="gpio_analyzer_app",
|
||||
requires=["gui", "storage", "notification"],
|
||||
stack_size=3 * 1024,
|
||||
fap_category="GPIO",
|
||||
fap_version=(2, 0),
|
||||
)
|
||||
Loading…
x
Reference in New Issue
Block a user