Skip to content

Commit 2cad009

Browse files
V1.6.18 - Updates
- Disabled Serial support and enabled guided setup as default.
1 parent a352186 commit 2cad009

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Software/Arduino code/OpenAstroTracker/OpenAstroTracker.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
=======================================================================================================================================
33
4-
Version 1.6.17
4+
Version 1.6.18
55
66
1. Connect your Arduino, under tools choose "Arduino Uno", set the right Port and set "Arduino ISP" as the Programmer.
77
2. Hit upload (Ctrl-U)
@@ -14,7 +14,7 @@
1414
1515
=======================================================================================================================================
1616
*/
17-
String version = "V1.6.17";
17+
String version = "V1.6.18";
1818

1919
// See NORTHERN_HEMISPHERE in Globals.h if you not in the northern hemisphere
2020

@@ -101,10 +101,10 @@ int PolarisRASecond = 25;
101101
// #define SUPPORT_HEATING
102102

103103
// Uncomment to support Guided Startup
104-
// #define SUPPORT_GUIDED_STARTUP
104+
#define SUPPORT_GUIDED_STARTUP
105105

106106
// Uncomment to support Serial MEADE support
107-
#define SUPPORT_SERIAL_CONTROL
107+
// #define SUPPORT_SERIAL_CONTROL
108108

109109
// Uncomment to support POI menu. Since memory is running low, this can be disabled in lieu of serial support.
110110
#define SUPPORT_POINTS_OF_INTEREST

0 commit comments

Comments
 (0)