Fixed opi_rtsp to use network module

This commit is contained in:
Tuomas Järvinen
2024-07-04 15:51:04 +03:00
parent 0bec8369e3
commit 989fd314f2
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -27,6 +27,5 @@ uint8_t RemoteControl::sendData(uint16_t top, uint16_t left, uint16_t bottom, ui
qDebug("Datagram sent successfully");
}
QThread::msleep(100);
return 0;
}