MccSimpleSlewingModel: the code has been rewritten in accordance with the

changes in Eddy's LibSidServo
This commit is contained in:
Timur A. Fatkhullin
2025-12-03 00:35:52 +03:00
parent 54419b8e60
commit 7c9612c3a2
5 changed files with 35 additions and 75 deletions

View File

@@ -83,7 +83,7 @@ public:
// the movement vector (i.e. sign of movement speed)
// this point is needed as Sidereal controller commands require not only moving speed but
// also 'target' point (point at which mount will stop)
double endptX, endptY;
// double endptX, endptY;
};