mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 23:14:20 +00:00
8 lines
No EOL
199 B
Text
8 lines
No EOL
199 B
Text
App(
|
|
appid="namechanger_srv",
|
|
apptype=FlipperAppType.STARTUP,
|
|
entry_point="namechanger_on_system_start",
|
|
requires=["storage", "cli", "bt"],
|
|
conflicts=["updater"],
|
|
order=600,
|
|
) |