application.fam 235 B

12345678910
  1. App(
  2. appid="rpc_debug",
  3. name="RPC Debug",
  4. apptype=FlipperAppType.DEBUG,
  5. entry_point="rpc_debug_app",
  6. requires=["gui", "rpc_start", "notification"],
  7. stack_size=2 * 1024,
  8. order=10,
  9. fap_category="Debug",
  10. )