mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07:00
some changes to fbt stuff
This commit is contained in:
@@ -36,13 +36,6 @@ App(
|
||||
provides=[
|
||||
"music_player",
|
||||
"bt_hid",
|
||||
"picopass",
|
||||
"hid_analyzer",
|
||||
"barcode_generator",
|
||||
"mouse_jacker",
|
||||
"nrf_sniff",
|
||||
"sentry_safe",
|
||||
"wifi_marauder",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -67,4 +60,19 @@ App(
|
||||
"spectrum_analyzer",
|
||||
"unirfremix",
|
||||
],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="custom_plugins",
|
||||
name="Custom applications for plug-in menu",
|
||||
apptype=FlipperAppType.METAPACKAGE,
|
||||
provides=[
|
||||
"picopass",
|
||||
"hid_analyzer",
|
||||
"barcode_generator",
|
||||
"mouse_jacker",
|
||||
"nrf_sniff",
|
||||
"sentry_safe",
|
||||
"wifi_marauder",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user