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

File path fix #148

Closed kbahey closed 4 years ago

kbahey commented 4 years ago

In Config.h, this

// Stepper driver models (also see ~/OnStep/sd_drivers/Models.h

Should say:

// Stepper driver models (also see ~/OnStep/src/sd_drivers/Models.h

hjd1964 commented 4 years ago

Thanks will take care of that.