Name changer as service + extra checks

This commit is contained in:
MX
2023-05-19 04:33:14 +03:00
parent 276020c482
commit a7ee5fea93
5 changed files with 69 additions and 23 deletions

View File

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