mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-27 01:58:09 -07:00
Load settings on boot (prep for asset packs)
This commit is contained in:
@@ -9,3 +9,11 @@ App(
|
||||
],
|
||||
order=90,
|
||||
)
|
||||
|
||||
App(
|
||||
appid="xtreme_setup",
|
||||
apptype=FlipperAppType.STARTUP,
|
||||
entry_point="xtreme_on_system_start",
|
||||
requires=["storage"],
|
||||
order=11,
|
||||
)
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
#include "xtreme_settings.h"
|
||||
|
||||
void xtreme_on_system_start() {
|
||||
XTREME_SETTINGS_LOAD();
|
||||
}
|
||||
Reference in New Issue
Block a user