mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 20:31:30 +00:00
Added xMasterX API v11.x source
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
App(
|
||||
appid="tuning_fork",
|
||||
name="Tuning Fork",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="tuning_fork_app",
|
||||
cdefines=["APP_TUNING_FORM"],
|
||||
requires=[
|
||||
"gui",
|
||||
],
|
||||
fap_icon="tuning_fork_icon.png",
|
||||
fap_category="Music_Extra",
|
||||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
)
|
||||
Reference in New Issue
Block a user