Skip to content

Commit b283519

Browse files
V2.19 Updates
Default Slew steps to 32 so that new stepper lib can compile
1 parent 8e854f9 commit b283519

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/modules/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Home = (props) => {
1313
<div className="intro-link-child">
1414
<h3 className="intro-header">OAT/OAM FIRMWARE CONFIGURATION</h3>
1515
<a className="intro-link" href="steps">START</a>
16-
<p className="version">V2.18</p>
16+
<p className="version">V2.19</p>
1717
</div>
1818
</div>
1919

src/modules/WizardStep.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ const Defaults = {
2020
HoldPercentage: { BY: 0, N9: 10, N8: 10, N49: 10, N48: 10 },
2121
Speed: { BY: 400, N9: 1800, N8: 1800, N49: 1200, N48: 1200 },
2222
Acceleration: { BY: 600, N9: 3000, N8: 3000, N49: 3000, N48: 3000 },
23-
RASlewMicrostepping: { BY: 1, N9: 16, N8: 16 },
23+
RASlewMicrostepping: { BY: 1, N9: 32, N8: 32 },
2424
RATrackMicrostepping: { BY: 1, N9: 256, N8: 256 },
25-
DECSlewMicrostepping: { BY: 1, N9: 16, N8: 16 },
25+
DECSlewMicrostepping: { BY: 1, N9: 32, N8: 32 },
2626
DECGuideMicrostepping: { BY: 1, N9: 256, N8: 256 },
2727
FocuserMicrostepping: { BY: 1, N9: 8, N8: 8, N49: 8, N48: 8 },
2828
AZALTMicrostepping: { BY: 1, N9: 16, N8: 16 },

0 commit comments

Comments
 (0)