Skip to content

Commit c30bec7

Browse files
committed
Have to update .gitignore twice apparently
1 parent ef8d42d commit c30bec7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,3 +348,5 @@ MigrationBackup/
348348

349349
# Ionide (cross platform F# VS Code tools) working folder
350350
.ionide/
351+
352+
Software/OpenAstroTracker ASCOM/OpenAstroTracker ASCOM/bin/

Software/OpenAstroTracker ASCOM/OpenAstroTracker ASCOM/SetupDialogForm.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Public Class SetupDialogForm
4545
' set the list of com ports to those that are currently available
4646
ComboBoxComPort.Items.Clear()
4747
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...
4949
If ComboBoxComPort.Items.Contains(Telescope.comPort) Then
5050
ComboBoxComPort.SelectedItem = Telescope.comPort
5151
End If

0 commit comments

Comments
 (0)