Merge branch 'master' of https://github.com/NeoTheFox/RepRaptor
This commit is contained in:
commit
6017309bd9
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user