File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Software/Arduino code/OpenAstroTracker Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
=======================================================================================================================================
16
16
*/
17
- String version = " V1.4.2 " ;
17
+ String version = " V1.4.3 " ;
18
18
19
19
boolean north = true ; // change this to 'false' if youre in the southern hemisphere
20
20
@@ -38,7 +38,7 @@ float RAStepperLimit = 15500; // Going much more than this each directio
38
38
39
39
// These are for 47N, so they will need adjustment if you're a lot away from that.
40
40
// You can use the CTRL menu to find the limits and place them here. I moved it
41
- // down until my lens was horizontal. Not the DEC number. Then move it up until
41
+ // down until my lens was horizontal. Note the DEC number. Then move it up until
42
42
// the lens is horizontal and note that number. Put those here. Always watch your
43
43
// tracker and hit RESET if it approaches a dangerous area.
44
44
float DECStepperDownLimit = 10000 ; // Going much more than this will make the lens collide with the ring
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ void processControlKeys(int key) {
8
8
if (!inControlMode ) {
9
9
if (key == btnSELECT) {
10
10
inControlMode = true ;
11
- Serial. println ( " CTRL: Reset totals! " );
11
+ stopSteppers ( );
12
12
totalDECMove = 0 ;
13
13
totalRAMove = 0 ;
14
14
} else if (key == btnRIGHT) {
You can’t perform that action at this time.
0 commit comments