Merge pull request #1 from quillford/master
Fixed updating temp in UI for smoothieware
This commit is contained in:
commit
367cbb1c0d
@ -65,7 +65,7 @@ void Parser::parse(QByteArray data)
|
|||||||
else emit recievedOkNum(0);
|
else emit recievedOkNum(0);
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
else if(data.startsWith("T:"))
|
else if(data.startsWith("T:") || data.startsWith("ok T:"))
|
||||||
{
|
{
|
||||||
TemperatureReadings r;
|
TemperatureReadings r;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user