We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03bbad commit 895bec5Copy full SHA for 895bec5
Software/Arduino code/OpenAstroTracker/OpenAstroTracker.ino
@@ -16,7 +16,7 @@
16
*/
17
#include "Globals.h"
18
19
-String version = "V1.6.52";
+String version = "V1.6.53";
20
21
///////////////////////////////////////////////////////////////////////////
22
// Please see the Globals.h file for configuration of the firmware.
Software/Arduino code/OpenAstroTracker/c75_menuCTRL.ino
@@ -115,6 +115,7 @@ bool processControlKeys() {
115
lcdMenu.setCursor(0, 0);
116
lcdMenu.printMenu("Set home point?");
117
confirmZeroPoint = true;
118
+ waitForRelease = true;
119
}
120
121
break;
@@ -127,7 +128,7 @@ bool processControlKeys() {
127
128
129
mount.loop();
130
- return false;
131
+ return waitForRelease;
132
133
134
0 commit comments