mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +00:00
8 lines
No EOL
197 B
Text
8 lines
No EOL
197 B
Text
App(
|
|
appid="namechange_srv",
|
|
apptype=FlipperAppType.STARTUP,
|
|
entry_point="namechange_on_system_start",
|
|
requires=["storage", "cli", "bt"],
|
|
conflicts=["updater"],
|
|
order=600,
|
|
) |