Upgraded max steps to 30000 to allow for much much longer moves.

This commit is contained in:
2022-11-26 17:10:46 +00:00
parent 1ce2afe9ce
commit 466d995873
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -260,7 +260,7 @@ namespace ASCOM.Meade.net
}
}
private readonly int _maxIncrement = 7000;
private readonly int _maxIncrement = 30000;
public int MaxIncrement
{
get
@@ -270,7 +270,7 @@ namespace ASCOM.Meade.net
}
}
private readonly int _maxStep = 7000;
private readonly int _maxStep = 30000;
public int MaxStep
{