mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-16 01:02:32 +03:00
62e56e2618
now old assets are removed so we can avoid duplicates
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
App(
|
|
appid="WAV_Player",
|
|
name="WAV Player",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="wav_player_app",
|
|
cdefines=["APP_WAV_PLAYER"],
|
|
stack_size=4 * 1024,
|
|
order=46,
|
|
fap_icon="wav_10px.png",
|
|
fap_category="Music",
|
|
)
|