mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
17 lines
451 B
Plaintext
17 lines
451 B
Plaintext
App(
|
|
appid="bpm_tapper",
|
|
name="BPM Tapper",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="bpm_tapper_app",
|
|
cdefines=["APP_BPM_TAPPER"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
fap_icon="bpm_10px.png",
|
|
fap_category="Media",
|
|
fap_icon_assets="icons",
|
|
fap_author="@panki27",
|
|
fap_weburl="https://github.com/panki27/bpm-tapper",
|
|
fap_version="1.0",
|
|
fap_description="Tap center button to measure BPM",
|
|
)
|