Skip to content

Commit

Permalink
Minor fixes to make setup easy
Browse files Browse the repository at this point in the history
  • Loading branch information
EverettQuebral committed Jan 15, 2018
1 parent ca46fa7 commit fc558f9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Driver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public void Dispose()
utilities = null;
astroUtilities.Dispose();
astroUtilities = null;
serialPort.Close();
//serialPort.Close();
}

private void serialPort_DataReceived(object sender, SerialDataReceivedEventArgs e)
Expand Down
5 changes: 5 additions & 0 deletions SetupDialogForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,10 @@ private void comboBoxComPort_SelectedIndexChanged(object sender, EventArgs e)
{

}

private void btnReScan_Click(object sender, EventArgs e)
{
this.InitUI();
}
}
}
17 changes: 15 additions & 2 deletions SetupDialogForm.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc558f9

Please sign in to comment.