File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Software/Arduino code/OpenAstroTracker Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
=======================================================================================================================================
3
3
4
- Version 1.6.17
4
+ Version 1.6.18
5
5
6
6
1. Connect your Arduino, under tools choose "Arduino Uno", set the right Port and set "Arduino ISP" as the Programmer.
7
7
2. Hit upload (Ctrl-U)
14
14
15
15
=======================================================================================================================================
16
16
*/
17
- String version = " V1.6.17 " ;
17
+ String version = " V1.6.18 " ;
18
18
19
19
// See NORTHERN_HEMISPHERE in Globals.h if you not in the northern hemisphere
20
20
@@ -101,10 +101,10 @@ int PolarisRASecond = 25;
101
101
// #define SUPPORT_HEATING
102
102
103
103
// Uncomment to support Guided Startup
104
- // #define SUPPORT_GUIDED_STARTUP
104
+ #define SUPPORT_GUIDED_STARTUP
105
105
106
106
// Uncomment to support Serial MEADE support
107
- #define SUPPORT_SERIAL_CONTROL
107
+ // #define SUPPORT_SERIAL_CONTROL
108
108
109
109
// Uncomment to support POI menu. Since memory is running low, this can be disabled in lieu of serial support.
110
110
#define SUPPORT_POINTS_OF_INTEREST
You can’t perform that action at this time.
0 commit comments