moving non critical settings to sd

based on WillyJL's work

TODO: fix loader_menu
This commit is contained in:
MX
2026-01-11 09:30:28 +03:00
parent c407fd2d1a
commit 2db115783c
33 changed files with 3103 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
App(
appid="bt_settings",
name="Bluetooth",
apptype=FlipperAppType.SETTINGS,
apptype=FlipperAppType.EXTSETTINGS,
entry_point="bt_settings_app",
stack_size=1 * 1024,
requires=[
@@ -9,4 +9,6 @@ App(
"gui",
],
order=10,
fap_libs=["assets"],
fap_category="assets",
)