mirror of
https://github.com/niellun/FastCarPlay.git
synced 2026-06-11 02:47:47 +02:00
Reworked app, #11 key bindings, optimisations
This commit is contained in:
+2
-1
@@ -249,7 +249,7 @@ void Protocol::sendEncryption()
|
||||
{
|
||||
if (!_cipher)
|
||||
{
|
||||
std::cout << "[Protocol] Can't enable encryption: cypher is not initalised";
|
||||
std::cout << "[Protocol] Can't enable encryption: cypher is not initalised" << std::endl;
|
||||
return;
|
||||
}
|
||||
uint8_t buf[4];
|
||||
@@ -259,6 +259,7 @@ void Protocol::sendEncryption()
|
||||
|
||||
void Protocol::onStatus(uint8_t status)
|
||||
{
|
||||
std::cout << "[Protocol] Status " << (int)status << std::endl;
|
||||
pushEvent(_evtStatusId, status);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user