1
0
mirror of https://bitbucket.org/cjdskunkworks/lynxastrodewcontroller.git synced 2026-05-03 17:28:52 +00:00

Let's see if this helps.

This commit is contained in:
2021-02-22 12:07:43 +00:00
parent 1b73a65a1b
commit a8ea4448f1
4 changed files with 127 additions and 99 deletions
@@ -130,12 +130,7 @@ namespace LynxAstro.DewController.UnitTests
string ComPortDefault = "COM1";
string TraceStateDefault = "false";
string GuideRateProfileNameDefault = "10.077939"; //67% of sidereal rate
string PrecisionDefault = "Unchanged";
string GuidingStyleDefault = "Auto";
string BacklashCompensationDefault = "3000";
string ReverseFocuserDiectionDefault = "true";
Mock<IProfileWrapper> profileWrapperMock = new Mock<IProfileWrapper>();
profileWrapperMock.SetupAllProperties();