mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
10 lines
221 B
Plaintext
10 lines
221 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,
|
||
|
|
fap_category="Debug",
|
||
|
|
)
|