mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 22:08:36 -07:00
Name changer as service + extra checks
This commit is contained in:
8
applications/services/namechanger/application.fam
Normal file
8
applications/services/namechanger/application.fam
Normal 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,
|
||||
)
|
||||
Reference in New Issue
Block a user