mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
14 lines
309 B
Plaintext
14 lines
309 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="Music_Extra",
|
||
|
fap_icon_assets="icons",
|
||
|
order=15,
|
||
|
)
|