Revert "Keep power settings internal (fix wrong mA) +5kb DFU :("

This reverts commit 5bd168c24b.
This commit is contained in:
Willy-JL
2024-02-15 01:19:38 +00:00
parent 16d821142d
commit 4ec530c912
17 changed files with 18 additions and 44 deletions

View File

@@ -488,7 +488,7 @@ def _gather_app_components(env, appname) -> AppDeploymentComponents:
if host_app.apptype in [
FlipperAppType.EXTERNAL,
FlipperAppType.MENUEXTERNAL,
FlipperAppType.EXTSETTINGS,
FlipperAppType.SETTINGS,
]:
components.add_app(host_app)
else: