Skip to content

Commit

Permalink
add a textual hint in the not connect help (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm authored Apr 15, 2024
1 parent 7530ea3 commit 409ef51
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/components/SerialLoader/SerialLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,15 @@ const SerialLoader = ({ children }: PropsWithChildren<SerialLoaderProps>) => {
</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>
<ul>
<li>
&bull; Keep your PortaPack in normal mode (instead of HackRF mode)
</li>
<li>
&bull; Make sure you are running at least stable v2.0.0, nightly
n_240114 or newer.
</li>
</ul>
</div>
</div>
</div>
Expand Down

0 comments on commit 409ef51

Please sign in to comment.