mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Adding NameChanger Service - Reads and sets name from file at boot.
This commit is contained in:
7
applications/services/namechangersrv/application.fam
Normal file
7
applications/services/namechangersrv/application.fam
Normal file
@@ -0,0 +1,7 @@
|
||||
App(
|
||||
appid="namechangersrv",
|
||||
apptype=FlipperAppType.STARTUP,
|
||||
entry_point="namechanger_on_system_start",
|
||||
requires=["storage"],
|
||||
order=130,
|
||||
)
|
||||
Reference in New Issue
Block a user