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.

12 lines
242 B
Plaintext

2 years ago
App(
appid="bpm_tapper",
name="BPM Tapper",
apptype=FlipperAppType.PLUGIN,
entry_point="bpm_tapper_app",
cdefines=["APP_BPM_TAPPER"],
requires=["gui"],
stack_size=1 * 1024,
icon="A_Plugins_14",
order=35,
)