unleashed-firmware/applications/services/namechanger/application.fam
2023-05-19 06:33:15 +03:00

8 lines
No EOL
199 B
Text

App(
appid="namechanger_srv",
apptype=FlipperAppType.STARTUP,
entry_point="namechanger_on_system_start",
requires=["storage", "cli", "bt"],
conflicts=["updater"],
order=600,
)