Fixed the date format for the bypass date time setting for the LX-200GPS

This commit is contained in:
2021-04-24 21:23:12 +01:00
parent 18ea52c972
commit f9bb2aa879
+1 -1
View File
@@ -2595,7 +2595,7 @@ namespace ASCOM.Meade.net
var localDateTime = DateTime.UtcNow - utcCorrection; var localDateTime = DateTime.UtcNow - utcCorrection;
//localDateTime: HH: mm: ss //localDateTime: HH: mm: ss
SharedResourcesWrapper.SendBlind($":hI{localDateTime:yyMMddhhmmss}#"); SharedResourcesWrapper.SendBlind($":hI{localDateTime:yyMMddHHmmss}#");
//:hIYYMMDDHHMMSS# //:hIYYMMDDHHMMSS#
//Bypass handbox entry of daylight savings, date and time.Use the values supplied in this command.This feature is //Bypass handbox entry of daylight savings, date and time.Use the values supplied in this command.This feature is
//intended to allow use of the Autostar II from permanent installations where GPS reception is not possible, such as within //intended to allow use of the Autostar II from permanent installations where GPS reception is not possible, such as within