unleashed-firmware/applications/wav_player/application.fam
MX e23e7abf49
add wav player
& fixes for universal ac gui
2022-08-08 04:57:24 +03:00

9 lines
195 B
Text

App(
appid="wav_player",
name="WAV Player",
apptype=FlipperAppType.PLUGIN,
entry_point="wav_player_app",
cdefines=["APP_WAV_PLAYER"],
stack_size=4 * 1024,
order=21,
)