You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
App(
|
|
appid="bpm_tapper",
|
|
name="BPM Tapper",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="bpm_tapper_app",
|
|
cdefines=["APP_BPM_TAPPER"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
icon="A_Plugins_14",
|
|
order=35,
|
|
)
|