mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-25 22:32:29 +03: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,
|
||
|
)
|