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",
"unit_tests",
],
"no_custom_apps": [
"debug_pack": [
"crypto_start",
# Svc
"basic_services",
# Apps
"basic_apps",
#"basic_apps",
"updater_app",
"storage_move_to_sd",
"archive",
@@ -107,7 +107,7 @@ FIRMWARE_APPS = {
"system_settings",
"about",
# Plugins
"basic_plugins",
#"basic_plugins",
# Debug
"debug_apps",
],