mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 23:18:35 -07:00
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.
17 lines
285 B
Plaintext
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",
|
|
],
|
|
)
|