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 6c77ae9 commit ec9d6e4Copy full SHA for ec9d6e4
Software/Arduino code/OpenAstroTracker/c6_moveTo.ino
@@ -51,7 +51,7 @@ bool stopStepper(int mask, bool useRA) {
51
// Displays a percentage progress
52
void moveSteppersToTarget() {
53
54
- int displaySkip = 400; // Update the LCD every 400 iterations (perf issue)
+ int displaySkip = 800; // Update the LCD every 400 iterations (perf issue)
55
int display = 0;
56
57
float decTotal = 1.0f * abs(stepperDEC.distanceToGo());
@@ -114,7 +114,7 @@ void moveSteppersToTargetAsync() {
114
}
115
116
lcdMenu.printMenu(disp);
117
- controlDisplay = 250; // Update the LCD every 250 iterations (perf issue)
+ controlDisplay = 500; // Update the LCD every 250 iterations (perf issue)
118
119
controlDisplay --;
120
0 commit comments