OpenPHDGuiding / phd2

PHD2 Guiding
https://openphdguiding.org
BSD 3-Clause "New" or "Revised" License
249 stars 114 forks source link

Declination compensation broken with INDI after #1129 #1134

Closed jpaana closed 9 months ago

jpaana commented 9 months ago

1129 accidentally reverted method rename from GetDeclination() to GetDeclinationRadians() done in #1045 causing declination to be reported as unknown. Renaming the method back to GetDeclinationRadians() fixes it.

jpaana commented 9 months ago

Fixed now.