Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion src/Components/PortPicker/CompatibilityWarning/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ function CompatibilityWarning() {
</b>

{' '}
is not supported on your browser. Make sure you&apos;re running an up to date Chromium based browser like
is not supported on your browser, install

{' '}
<a
href="https://github.com/kuba2k2/firefox-webserial"
rel="noreferrer"
target="_blank"
>
firefox webserial
</a>
. Or switch to an up to date Chromium based browser like

{' '}

Expand Down