mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-03 17:59:16 +00:00
10 lines
209 B
Text
10 lines
209 B
Text
|
App(
|
||
|
appid="expansion_settings",
|
||
|
name="Expansion Modules",
|
||
|
apptype=FlipperAppType.SETTINGS,
|
||
|
entry_point="expansion_settings_app",
|
||
|
requires=["gui"],
|
||
|
stack_size=1 * 1024,
|
||
|
order=80,
|
||
|
)
|