Added unit tests for the new Pulse guide implementation.

This commit is contained in:
2019-05-02 13:10:40 +01:00
parent d1b3f5718f
commit d2fae7607b
2 changed files with 50 additions and 3 deletions
@@ -275,7 +275,7 @@ namespace ASCOM.MeadeAutostar497.Controller
if (UserNewerPulseGuiding)
{
_serialPort.Command($":Mg{d}{duration:0000}#");
Thread.Sleep(duration);
Thread.Sleep(duration); //todo figure out if this is really needed
}
else
{