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
2 changed files with 11 additions and 1 deletions
+10
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",
+1 -1
View File
@@ -86,7 +86,7 @@ FIRMWARE_APPS = {
# Custom Games
"custom_games",
# Debug
#"debug_apps",
"debug_apps_lite",
],
"unit_tests": [
"basic_services",