CI: conditional compact build (#930)

* CI: conditional compact build
* Rpc: fix log line ending
This commit is contained in:
Anna Prosvetova
2021-12-24 22:35:25 +03:00
committed by GitHub
parent 46a25c295c
commit f6d4e8fa84
4 changed files with 60 additions and 14 deletions

View File

@@ -393,7 +393,7 @@ RpcSession* rpc_session_open(Rpc* rpc) {
};
rpc_add_handler(rpc, PB_Main_stop_session_tag, &rpc_handler);
FURI_LOG_D(TAG, "Session started\r\n");
FURI_LOG_D(TAG, "Session started");
}
return result ? &rpc->session : NULL; /* support 1 open session for now */