Skip to content

Commit 634ee05

Browse files
committed
Update ReadMe.md, recompile installer to include new ReadMe
1 parent 5934ad7 commit 634ee05

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
Binary file not shown.

Software/OpenAstroTracker ASCOM/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@ OpenAstroTracker ASCOM driver 0.1.3.0 RC1 : 2020-04-15
22

33
The first release candidate of the OAT ASCOM Driver. This is an early release candidate/beta, use at your own risk!
44

5+
* Arduino information
6+
* Tested on Arduino Uno. No other variants of Arduino have been tested.
7+
* Currently built for Version V1.6.25 of the Arduino Code (As of 2020-04-15)
8+
* Uncomment #define SUPPORT_SERIAL_CONTROL in Globals.h
9+
* Leave #define DEBUG_MODE in Globals.h commented.
10+
511
* Supported ASCOM Properties and Methods
612
* Documented in included spreadsheet
713
* Note : Implementation of a property does not mean it "does stuff", merely that it will return a value instead of an exception. The value may never change.
814

9-
* Last Conformance Test - 2020/04/15
15+
* Last Conformance Test - 2020-04-15
1016

1117
* Cautions and warnings
1218
* WARNING : DO NOT BUILD THIS DRIVER ON THE SAME MACHINE YOU INTEND TO USE IT ON.
@@ -15,8 +21,7 @@ The first release candidate of the OAT ASCOM Driver. This is an early release c
1521
* issue #21 in ClutchplateDude/OpenAstroTracker on github
1622
* CAUTION : Neither the mount nor the driver currently support setting any slew limits. Thus it is quite possible the mount may be told to slew to a position that causes a crash
1723
with some gadget you've printed and added, or results in an untennable position for your camera, or any number of other "Bad Things (tm)". So...keep track of your own towel.
18-
* CAUTION : Enabling the DEBUG_MODE in the Arduino code (plus possibly others) will break the driver. If using the ASCOM driver, only SPPORT_SERIAL_CONTROL should be enabled and allowed to output
19-
to serial.
24+
2025
* Known Issues
2126
* All known current issues are probably documented at https://github.com/ClutchplateDude/OpenAstroTracker/issues
2227

0 commit comments

Comments
 (0)