Non-functional. Please debug

This commit is contained in:
VerstreuteSeele
2023-01-06 13:50:02 +01:00
parent 5937ac3c30
commit 80add04681
21 changed files with 744 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
App(
appid="namechangersrv",
apptype=FlipperAppType.STARTUP,
entry_point="namechanger_on_system_start",
requires=["storage"],
order=1000,
)