Skip to content
Snippets Groups Projects
Commit 1b7f5d91 authored by Olivier Neveu's avatar Olivier Neveu
Browse files

Change : 0.1 Hz -> 0.5 Hz

parent 6ca484da
Branches main
No related tags found
No related merge requests found
......@@ -663,7 +663,7 @@ void LoaLaserShot::MultiShot(Tango::DevUShort shotsNumber)
}
else
{
m_tcpSocket->writeString("Shot 0," + std::to_string(shotsNumber));
m_tcpSocket->writeString("Shot 2," + std::to_string(shotsNumber));
m_totalEstimatedTime = shotsNumber * 10;
}
m_sleepDuration = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment