File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Software/OpenAstroTracker ASCOM Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -348,3 +348,5 @@ MigrationBackup/
348
348
349
349
# Ionide (cross platform F# VS Code tools) working folder
350
350
.ionide /
351
+
352
+ Software /OpenAstroTracker ASCOM /OpenAstroTracker ASCOM /bin /
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Public Class SetupDialogForm
45
45
' set the list of com ports to those that are currently available
46
46
ComboBoxComPort.Items.Clear()
47
47
ComboBoxComPort.Items.AddRange(System.IO.Ports.SerialPort.GetPortNames()) ' use System.IO because it's static
48
- ' select the current port if possible
48
+ ' select the current port if possible...
49
49
If ComboBoxComPort.Items.Contains(Telescope.comPort) Then
50
50
ComboBoxComPort.SelectedItem = Telescope.comPort
51
51
End If
You can’t perform that action at this time.
0 commit comments