return usb mouse and uart echo debug apps

This commit is contained in:
MX 2022-09-06 12:10:50 +03:00
parent bb05ccacb1
commit 5378789d14
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5
2 changed files with 11 additions and 1 deletions

View file

@ -15,6 +15,16 @@ App(
],
)
App(
appid="debug_apps_lite",
name="Basic debug apps bundle",
apptype=FlipperAppType.METAPACKAGE,
provides=[
"usb_mouse",
"uart_echo",
],
)
App(
appid="blink_test",
name="Blink Test",

View file

@ -86,7 +86,7 @@ FIRMWARE_APPS = {
# Custom Games
"custom_games",
# Debug
#"debug_apps",
"debug_apps_lite",
],
"unit_tests": [
"basic_services",