hjd1964 / OnStep

Arduino telescope goto for equatorial and alt/az mounts

Home Page:http://www.stellarjourney.com/index.php?r=site/equipment_onstep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

validate.h

azwing opened this issue · comments

commented

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

Took care of that, thanks.