1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

debug pack

This commit is contained in:
MX
2022-09-03 23:47:15 +03:00
parent 8323877120
commit b6254227b9

View File

@@ -93,12 +93,12 @@ FIRMWARE_APPS = {
"updater_app", "updater_app",
"unit_tests", "unit_tests",
], ],
"no_custom_apps": [ "debug_pack": [
"crypto_start", "crypto_start",
# Svc # Svc
"basic_services", "basic_services",
# Apps # Apps
"basic_apps", #"basic_apps",
"updater_app", "updater_app",
"storage_move_to_sd", "storage_move_to_sd",
"archive", "archive",
@@ -107,7 +107,7 @@ FIRMWARE_APPS = {
"system_settings", "system_settings",
"about", "about",
# Plugins # Plugins
"basic_plugins", #"basic_plugins",
# Debug # Debug
"debug_apps", "debug_apps",
], ],