Started working on the focuser unit testing

This commit is contained in:
2019-08-23 21:30:12 +01:00
parent 036fd48bcf
commit 9a30e02a4b
16 changed files with 416 additions and 52 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ namespace ASCOM.Meade.net
{
cboPrecision.SelectedItem = profileProperties.Precision;
}
catch (Exception e)
catch (Exception)
{
cboPrecision.SelectedItem = "Unchanged";
}
@@ -95,7 +95,7 @@ namespace ASCOM.Meade.net
lblPercentOfSiderealRate.Text = $"({percentOfSideReal:00.0}% of sidereal rate)";
_guideRateValid = true;
}
catch (Exception exception)
catch (Exception)
{
//Surpressing this exception as if the value is not valid then it's not useful.
_guideRateValid = false;