Skip to content

Commit

Permalink
V2.10 Updates
Browse files Browse the repository at this point in the history
- Added support for OAM
- Added support for V1.12.x FW with new stepper library
  • Loading branch information
ClutchplateDude committed Feb 17, 2024
1 parent e2bdcbe commit a2c51d0
Show file tree
Hide file tree
Showing 4 changed files with 684 additions and 240 deletions.
Binary file added public/images/oam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/oat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/modules/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const Home = (props) => {

<div className="intro-horizontal-bar">
<div className="intro-link-child">
<h3 className="intro-header">OAT FIRMWARE CONFIGURATION</h3>
<h3 className="intro-header">OAT/OAM FIRMWARE CONFIGURATION</h3>
<a className="intro-link" href="steps">START</a>
<p className="version">V2.04</p>
<p className="version">V2.10</p>
</div>
</div>

Expand Down
Loading

0 comments on commit a2c51d0

Please sign in to comment.