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="metronome",
|
|
name="Metronome",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="metronome_app",
|
|
cdefines=["APP_METRONOME"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
fap_icon="metronome_icon.png",
|
|
fap_category="Music",
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
)
|