11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
|
App(
|
||
|
appid="rpc_debug",
|
||
|
name="RPC Debug",
|
||
|
apptype=FlipperAppType.DEBUG,
|
||
|
entry_point="rpc_debug_app",
|
||
|
requires=["gui", "rpc_start", "notification"],
|
||
|
stack_size=2 * 1024,
|
||
|
order=10,
|
||
|
fap_category="Debug",
|
||
|
)
|