mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
moving non critical settings to sd
based on WillyJL's work TODO: fix loader_menu
This commit is contained in:
@@ -14,7 +14,12 @@ App(
|
||||
],
|
||||
stack_size=1 * 1024,
|
||||
order=20,
|
||||
sdk_headers=["bt_service/bt.h", "bt_service/bt_keys_storage.h"],
|
||||
sdk_headers=[
|
||||
"bt_service/bt.h",
|
||||
"bt_service/bt_keys_storage.h",
|
||||
"bt_settings.h",
|
||||
"bt_service/bt_settings_api_i.h",
|
||||
],
|
||||
)
|
||||
|
||||
App(
|
||||
|
||||
Reference in New Issue
Block a user