De-libify name changer

This commit is contained in:
MX
2023-05-19 06:33:15 +03:00
parent de5afa1304
commit e7965c6d95
7 changed files with 54 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
App(
appid="namechange_srv",
appid="namechanger_srv",
apptype=FlipperAppType.STARTUP,
entry_point="namechange_on_system_start",
entry_point="namechanger_on_system_start",
requires=["storage", "cli", "bt"],
conflicts=["updater"],
order=600,