mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 14:18:35 -07:00
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
App(
|
|
appid="namechangersrv",
|
|
apptype=FlipperAppType.STARTUP,
|
|
entry_point="namechanger_on_system_start",
|
|
requires=["storage"],
|
|
order=1000,
|
|
)
|