More unit testing

This commit is contained in:
2019-07-15 00:16:08 +01:00
parent a6308f1a64
commit ee60613a95
2 changed files with 63 additions and 1 deletions
+3 -1
View File
@@ -1293,7 +1293,9 @@ namespace ASCOM.Meade.net
int d = Convert.ToInt32(Math.Floor(newLongitude));
int m = Convert.ToInt32(60 * (newLongitude - d));
var result = _sharedResourcesWrapper.SendChar($":Sg{d:000}*{m:00}#");
var commandstring = $":Sg{d:000}*{m:00}#";
var result = _sharedResourcesWrapper.SendChar(commandstring);
//:SgDDD*MM#
//Set current sites longitude to DDD*MM an ASCII position string
//Returns: