mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 11:56:33 +00:00
Add support for A8 remote control to opi_rtsp test app
This commit is contained in:
@@ -84,7 +84,7 @@ void RemoteControl::sendResponse(void)
|
||||
QJsonDocument responseDocument(mResponseObject);
|
||||
std::string response = responseDocument.toJson(QJsonDocument::Compact).toStdString();
|
||||
|
||||
qDebug().noquote().nospace() << "Sending responce: " << response;
|
||||
// qDebug().noquote().nospace() << "Sending responce: " << response;
|
||||
|
||||
write(mFifoFdOut, response.c_str(), response.size());
|
||||
mIsBusy = false;
|
||||
|
||||
Reference in New Issue
Block a user