File tree Expand file tree Collapse file tree
Software/Arduino code/OpenAstroTracker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 =======================================================================================================================================
1616*/
17- String version = " V1.4.2 " ;
17+ String version = " V1.4.3 " ;
1818
1919boolean north = true ; // change this to 'false' if youre in the southern hemisphere
2020
@@ -38,7 +38,7 @@ float RAStepperLimit = 15500; // Going much more than this each directio
3838
3939// These are for 47N, so they will need adjustment if you're a lot away from that.
4040// 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
4242// the lens is horizontal and note that number. Put those here. Always watch your
4343// tracker and hit RESET if it approaches a dangerous area.
4444float 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) {
88 if (!inControlMode ) {
99 if (key == btnSELECT) {
1010 inControlMode = true ;
11- Serial. println ( " CTRL: Reset totals! " );
11+ stopSteppers ( );
1212 totalDECMove = 0 ;
1313 totalRAMove = 0 ;
1414 } else if (key == btnRIGHT) {
You can’t perform that action at this time.
0 commit comments