mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-16 21:38:39 +00:00
return usb mouse and uart echo debug apps
This commit is contained in:
parent
bb05ccacb1
commit
5378789d14
2 changed files with 11 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -86,7 +86,7 @@ FIRMWARE_APPS = {
|
|||
# Custom Games
|
||||
"custom_games",
|
||||
# Debug
|
||||
#"debug_apps",
|
||||
"debug_apps_lite",
|
||||
],
|
||||
"unit_tests": [
|
||||
"basic_services",
|
||||
|
|
Loading…
Add table
Reference in a new issue