Fixed issue when seeing target altitude to a negative value.

This commit is contained in:
2019-07-07 18:26:58 +01:00
parent 69c690aa54
commit a0a908d67d
+1 -1
View File
@@ -1347,7 +1347,7 @@ namespace ASCOM.Meade.net
//todo this serial string does not work. Calculate the EQ version instead.
var dms = utilities.DegreesToDMS(value, "*", "'", "",0);
var s = value < 0 ? "-" : "+";
var s = value < 0 ? string.Empty : "+";
var result = SharedResources.SendChar($":Sa{s}{dms}#");
//:SasDD*MM#