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.

13 lines
228 B
Plaintext

App(
appid="metronome",
name="Metronome",
apptype=FlipperAppType.PLUGIN,
entry_point="metronome_app",
cdefines=["APP_METRONOME"],
requires=[
"gui",
],
stack_size=2 * 1024,
order=20,
)