mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-16 18:07:13 +03:00
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
|
App(
|
||
|
appid="rpc",
|
||
|
name="RpcSrv",
|
||
|
apptype=FlipperAppType.SERVICE,
|
||
|
entry_point="rpc_srv",
|
||
|
cdefines=["SRV_RPC"],
|
||
|
requires=[
|
||
|
"cli",
|
||
|
],
|
||
|
stack_size=4 * 1024,
|
||
|
order=10,
|
||
|
)
|