Skip to content

Commit f838a3f

Browse files
author
openastrotech
committed
bump to .56
1 parent 0570c5c commit f838a3f

File tree

6 files changed

+274
-338
lines changed

6 files changed

+274
-338
lines changed

Software/Arduino code/OpenAstroTracker/Globals.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ void EEPROMupdate(int loc, byte val);
1010
#define NORTHERN_HEMISPHERE 1
1111

1212
// Time in ms between LCD screen updates during slewing operations
13-
#define DISPLAY_UPDATE_TIME 400
14-
15-
// Stepper selection ///////////
16-
#define RAStepper 1 // 28BYJ-48 = 0 | NEMA = 1
17-
#define DECStepper 0 // 28BYJ-48 = 0 | NEMA = 1
13+
#define DISPLAY_UPDATE_TIME 200
1814

1915
// Make some variables in the sketch files available to the C++ code.
2016
extern bool inSerialControl;

0 commit comments

Comments
 (0)