Skip to content

Commit

Permalink
update serial support warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearPhoenixx committed Dec 23, 2023
1 parent 48bcdf3 commit acb8467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@
-->
<div class="alert alert-warning" role="alert" id="serial-error">
<p>Oh no! Looks like neither the <a class="link-primary link-offset-2 link-underline-opacity-25 link-underline-opacity-100-hover" href="https://caniuse.com/web-serial" target="_blank" title="CanIUse? Web Serial API"> Web Serial API</a>,
nor <a class="link-primary link-offset-2 link-underline-opacity-25 link-underline-opacity-100-hover" href="https://caniuse.com/webusb" target="_blank" title="CanIUse? WebUSB">WebUSB</a> are not supported in your browser.</p>
nor <a class="link-primary link-offset-2 link-underline-opacity-25 link-underline-opacity-100-hover" href="https://caniuse.com/webusb" target="_blank" title="CanIUse? WebUSB">WebUSB</a> are supported in your browser.</p>

<p>Please switch to the latest Chromium-based browser (e.g. Chrome, Edge, etc.) or enable one of the features in your browser's settings if possible.
Otherwise you cannot use any serial devices.</p>
Otherwise it's not possible to connect to serial devices.</p>
</div>

<div id="serial-div" class="h-100">
Expand Down

0 comments on commit acb8467

Please sign in to comment.