hjd1964 / OnStep

Arduino telescope goto for equatorial and alt/az mounts
http://www.stellarjourney.com/index.php?r=site/equipment_onstep
GNU General Public License v3.0
452 stars 167 forks source link

validate.h #184

Closed azwing closed 3 years ago

azwing commented 3 years ago

in the validate.h file may be a tipo

ifndef AXIS4_STEP_RATE_MAX

      #if AXIS5_DRIVER_DC_MODE == ON

should probably be

ifndef AXIS4_STEP_RATE_MAX

      #if AXIS4_DRIVER_DC_MODE == ON
hjd1964 commented 3 years ago

Took care of that, thanks.