Fixed the date format for the bypass date time setting for the LX-200GPS
This commit is contained in:
@@ -2595,7 +2595,7 @@ namespace ASCOM.Meade.net
|
||||
var localDateTime = DateTime.UtcNow - utcCorrection;
|
||||
|
||||
//localDateTime: HH: mm: ss
|
||||
SharedResourcesWrapper.SendBlind($":hI{localDateTime:yyMMddhhmmss}#");
|
||||
SharedResourcesWrapper.SendBlind($":hI{localDateTime:yyMMddHHmmss}#");
|
||||
//:hIYYMMDDHHMMSS#
|
||||
//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
|
||||
|
||||
Reference in New Issue
Block a user