Dbg stuff

This commit is contained in:
MX
2023-07-06 01:20:09 +03:00
parent 4876e03932
commit 0f5fc11f8f
2 changed files with 13 additions and 6 deletions

View File

@@ -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",
],
)