mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 18:46:35 +00:00
Minor build fixes for OPI5
This commit is contained in:
@@ -88,7 +88,7 @@ void RemoteControl::sendResponse(void)
|
||||
if (bytesWritten < 1) {
|
||||
qWarning().noquote().nospace() << "Error writing response: " << bytesWritten;
|
||||
}
|
||||
qDebug().noquote().nospace() << "Responded: " << response;
|
||||
qDebug().noquote().nospace() << "Responded: " << response.c_str();
|
||||
mIsBusy = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user