mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-15 04:19:26 -07:00
Update apps
This commit is contained in:
28
applications/external/wiiec/application.fam
vendored
Normal file
28
applications/external/wiiec/application.fam
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# qv. https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppManifests.md
|
||||
|
||||
App(
|
||||
# --- App Info
|
||||
appid="wii_ec_anal",
|
||||
name="[GPIO] Wii EC Analyser",
|
||||
# --- Entry point
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="wii_ec_anal",
|
||||
# --- Interaction
|
||||
cdefines=["APP_WII_EC_ANAL"],
|
||||
requires=[
|
||||
"gui",
|
||||
],
|
||||
# conflicts="",
|
||||
# sdk_headers="",
|
||||
# --- Run-time info
|
||||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
# --- FAP details
|
||||
sources=["wii_*.c", "gfx/*.c"],
|
||||
# fap_weburl="https://github.com/csBlueChip/FlipperZero_plugin_WiiChuck/",
|
||||
# fap_author="BlueChip",
|
||||
# fap_description="Wii Extension Controller Protocol Analyser",
|
||||
# fap_version=(1,0),
|
||||
fap_icon="WiiEC.png",
|
||||
fap_category="GPIO",
|
||||
)
|
||||
Reference in New Issue
Block a user