Compare commits

..

No commits in common. "7cf1d6ee0d2e068467246802a0dc9dec9f13b74b" and "412914e9d56b9db9ba670dc0c8c28c1e6ac89e33" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View File

@ -1 +0,0 @@
# Flipper Apps by UberGuidoZ

View File

@ -1,10 +0,0 @@
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),
)