Skip to content

Commit

Permalink
Increase range to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Dec 20, 2021
1 parent 6d99a1f commit ce74163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/telescope/lx200zeq25.cpp
Expand Up @@ -71,7 +71,7 @@ bool LX200ZEQ25::initProperties()
IPS_IDLE);

/* How fast do we guide compared to sidereal rate */
IUFillNumber(&GuideRateN[0], "GUIDE_RATE", "x Sidereal", "%g", 0.1, 0.9, 0.1, 0.5);
IUFillNumber(&GuideRateN[0], "GUIDE_RATE", "x Sidereal", "%g", 0.1, 1.0, 0.1, 0.5);
IUFillNumberVector(&GuideRateNP, GuideRateN, 1, getDeviceName(), "GUIDE_RATE", "Guiding Rate", MOTION_TAB, IP_RW, 0,
IPS_IDLE);

Expand Down

0 comments on commit ce74163

Please sign in to comment.