File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Software/Arduino code/OpenAstroTracker Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
=======================================================================================================================================
19
19
*/
20
20
21
- String version = " V1.8.02 " ;
21
+ String version = " V1.8.03 " ;
22
22
23
23
// /////////////////////////////////////////////////////////////////////////
24
24
// Also use Configuration_adv for further adjustments!
Original file line number Diff line number Diff line change 34
34
#define GENERIC_DRIVER 1
35
35
#define TMC2009_STANDALONE 2
36
36
#define TMC2009_UART 3
37
- # define NO_DRIVER 4
37
+
38
38
// GENERIC drivers include A4988 and any Bipolar STEP/DIR based drivers
39
- #define RA_DRIVER_TYPE NO_DRIVER
40
- #define DEC_DRIVER_TYPE NO_DRIVER
39
+ #define RA_DRIVER_TYPE ULN2003_DRIVER
40
+ #define DEC_DRIVER_TYPE ULN2003_DRIVER
41
41
//
42
42
//
43
43
// //////////////////////////
You can’t perform that action at this time.
0 commit comments