Fixed updating temp in UI for smoothieware
Smoothie outputs "ok T:" instead of just "T:"
This commit is contained in:
parent
da63af5709
commit
de87588d62
@ -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