This commit is contained in:
2015-03-12 21:01:27 +03:00
+1 -1
View File
@@ -65,7 +65,7 @@ void Parser::parse(QByteArray data)
else emit recievedOkNum(0);
}
*/
else if(data.startsWith("T:"))
else if(data.startsWith("T:") || data.startsWith("ok T:"))
{
TemperatureReadings r;