mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 22:40:25 +00:00
11 lines
217 B
Text
11 lines
217 B
Text
|
App(
|
||
|
appid="region",
|
||
|
name="RegionSrv",
|
||
|
apptype=FlipperAppType.STARTUP,
|
||
|
targets=["f7"],
|
||
|
entry_point="region_on_system_start",
|
||
|
cdefines=["SRV_REGION"],
|
||
|
requires=["storage"],
|
||
|
order=170,
|
||
|
)
|