mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 18:08:36 -07:00
Dbg stuff
This commit is contained in:
@@ -18,19 +18,20 @@ App(
|
||||
],
|
||||
)
|
||||
|
||||
# Enable apps that you need in DEBUG firmware here:
|
||||
App(
|
||||
appid="main_apps_default",
|
||||
name="Basic applications for main menu",
|
||||
apptype=FlipperAppType.METAPACKAGE,
|
||||
provides=[
|
||||
#"gpio",
|
||||
#"ibutton",
|
||||
#"infrared",
|
||||
# "gpio",
|
||||
# "ibutton",
|
||||
# "infrared",
|
||||
"lfrfid",
|
||||
"nfc",
|
||||
# "nfc",
|
||||
"subghz",
|
||||
#"bad_usb",
|
||||
#"u2f",
|
||||
# "bad_usb",
|
||||
# "u2f",
|
||||
"archive",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user