File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Software/OpenAstroTracker ASCOM Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ Public Class Telescope
506
506
Public ReadOnly Property Declination() As Double Implements ITelescopeV3.Declination
507
507
Get
508
508
Dim declination__1 As Double = 0 . 0
509
- Dim scopeDec As String = CommandString( ":Gd " ) ' TODO : Change this to :GD once implemented in firmware
509
+ Dim scopeDec As String = CommandString( ":GD " ) ' TODO : Change this to :GD once implemented in firmware
510
510
TL.LogMessage( "Declination" , "Get - " & scopeDec)
511
511
declination__1 = utilities.DMSToDegrees(scopeDec)
512
512
Return declination__1
@@ -612,7 +612,7 @@ Public Class Telescope
612
612
Public ReadOnly Property RightAscension() As Double Implements ITelescopeV3.RightAscension
613
613
Get
614
614
Dim rightAscension__1 As Double = 0 . 0
615
- Dim scopeRA As String = CommandString( ":Gr " ) ' TODO : Change this to :GR once implemented in firmware
615
+ Dim scopeRA As String = CommandString( ":GR " ) ' TODO : Change this to :GR once implemented in firmware
616
616
TL.LogMessage( "RightAscension" , "Get - " + scopeRA)
617
617
rightAscension__1 = utilities.HMSToHours(scopeRA)
618
618
Return rightAscension__1
You can’t perform that action at this time.
0 commit comments