mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 23:10:16 +00:00
14 lines
303 B
Plaintext
14 lines
303 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_icon_assets="icons",
|
|
fap_category="Music",
|
|
order=35,
|
|
)
|