Skip to content

Commit

Permalink
enable MLaser to communicate to standard firmwares.
Browse files Browse the repository at this point in the history
  • Loading branch information
svogl committed Apr 5, 2017
1 parent 0d60c0f commit afa4418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Communicate/serial/frontend.cpp
Expand Up @@ -139,7 +139,7 @@ void FrontEnd::readArduino(QString cmd)


}
else if(le.startsWith("oMG"))
else if(le.startsWith("oMG") || le.startsWith("ok"))
{
if(!isStop)//如果没有停止
{
Expand Down

0 comments on commit afa4418

Please sign in to comment.