Files
Momentum-Firmware/applications/services/application.fam
jbohack 978b37cc8b removed namechanger & namechangersrv
these programs were causing boot loops on certain users & don't currently work. i will be working on fixing these programs, however they will not be included again until fully fixed.
2023-01-04 15:59:38 -05:00

17 lines
285 B
Plaintext

App(
appid="basic_services",
name="Basic services",
apptype=FlipperAppType.METAPACKAGE,
provides=[
"crypto_start",
"rpc_start",
"bt",
"desktop",
"loader",
"power",
"ibuttonsrv",
"infraredsrv",
"lfrfidsrv",
],
)