[FL-2589] RPC App control commands (#1350)

* RPC App control commands
* Button release timeout
* SubGhz tx fix

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
Nikolay Minaylov
2022-07-04 16:09:46 +03:00
committed by GitHub
parent 0e78f38404
commit 4a1695ba1c
32 changed files with 768 additions and 45 deletions

View File

@@ -45,7 +45,7 @@ static RpcSystemCallbacks rpc_systems[] = {
},
{
.alloc = rpc_system_app_alloc,
.free = NULL,
.free = rpc_system_app_free,
},
{
.alloc = rpc_system_gui_alloc,