Added ability to override the 5 second serial timeout with your own value.

This commit is contained in:
2025-01-08 16:13:46 +00:00
parent a81318f4b5
commit 8521b3e2d2
5 changed files with 484 additions and 181 deletions
+1
View File
@@ -26,5 +26,6 @@ namespace ASCOM.Meade.net
public double FocalLength { get; set; }
public double ApertureArea { get; set; }
public double ApertureDiameter { get; set; }
public int TimeoutMs { get; set; }
}
}