Merge branch 'main' into mainRM

This commit is contained in:
RogueMaster
2026-03-22 21:28:44 -04:00
36 changed files with 611 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
# Flipper Apps by UberGuidoZ
@@ -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),
)