mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
8520daf28b
and running fbt format, and fixing TOTP printf format
14 lines
291 B
Text
14 lines
291 B
Text
App(
|
|
appid="Metronome",
|
|
name="Metronome",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="metronome_app",
|
|
cdefines=["APP_METRONOME"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
fap_icon="metronome_icon.png",
|
|
fap_category="Music",
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
)
|