mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
e23e7abf49
& fixes for universal ac gui
9 lines
195 B
Text
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,
|
|
)
|