unleashed-firmware/applications/services/namechanger/application.fam

8 lines
197 B
Text
Raw Normal View History

2023-05-19 01:33:14 +00:00
App(
appid="namechange_srv",
apptype=FlipperAppType.STARTUP,
entry_point="namechange_on_system_start",
requires=["storage", "cli", "bt"],
conflicts=["updater"],
order=600,
)