Skip to content

Commit 5462c73

Browse files
Merge pull request #26 from OpenAstroTech/oam-support
Set power rating for NEMAs to 900mA (from 1800mA)
2 parents b8624be + 46a449d commit 5462c73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.16</p>
16+
<p className="version">V2.17</p>
1717
</div>
1818
</div>
1919

src/modules/WizardStep.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { parseExpression } from './parser.js'
1515
const { Step } = Steps;
1616

1717
const Defaults = {
18-
PowerRating: { BY: 150, N9: 1800, N8: 1800, N9O: 1800, N8O: 1800, N49: 400, N48: 400 },
18+
PowerRating: { BY: 150, N9: 900, N8: 900, N9O: 900, N8O: 900, N49: 400, N48: 400 },
1919
PowerUtilization: { BY: 100, N9: 90, N8: 90, N9O: 90, N8O: 90, N49: 90, N48: 90 },
2020
HoldPercentage: { BY: 0, N9: 10, N8: 10, N49: 10, N48: 10 },
2121
Speed: { BY: 400, N9: 1800, N8: 1800, N49: 1200, N48: 1200 },

0 commit comments

Comments
 (0)