Skip to content

Commit

Permalink
Added warning message to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
jLynx committed Feb 19, 2024
1 parent c8177d3 commit e9419e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/SerialLoader/SerialLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ const SerialLoader = ({ children }: PropsWithChildren<SerialLoaderProps>) => {
>
{buttonText}
</button>
<div className="pt-5">
<i>No device found or cannot connect? </i>
<p>
Make sure you are running at least stable v2.0.0, nightly n_240114
or newer.
</p>
</div>
</div>
</div>
);
Expand Down

0 comments on commit e9419e5

Please sign in to comment.