mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
|
|
App(
|
||
|
|
appid="region",
|
||
|
|
name="RegionSrv",
|
||
|
|
apptype=FlipperAppType.STARTUP,
|
||
|
|
targets=["f7"],
|
||
|
|
entry_point="region_on_system_start",
|
||
|
|
cdefines=["SRV_REGION"],
|
||
|
|
requires=["storage"],
|
||
|
|
order=170,
|
||
|
|
)
|