mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-03 16:42:56 +00:00
@@ -62,15 +62,15 @@
|
|||||||
|
|
||||||
{#if browser}
|
{#if browser}
|
||||||
{#if navigator.userAgent.includes("Linux") && !$serialPort}
|
{#if navigator.userAgent.includes("Linux") && !$serialPort}
|
||||||
<details class="linux-info" transition:slide>
|
<div class="linux-info">
|
||||||
<summary>{@html $LL.deviceManager.LINUX_PERMISSIONS()}</summary>
|
<p>{@html $LL.deviceManager.LINUX_PERMISSIONS()}</p>
|
||||||
In most cases you can simply follow the
|
<p>
|
||||||
<a
|
In most cases you can simply follow the <a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://docs.arduino.cc/software/ide-v1/tutorials/Linux#please-read"
|
href="https://docs.arduino.cc/software/ide-v1/tutorials/Linux#please-read"
|
||||||
>Arduino Guide</a
|
>Arduino Guide</a
|
||||||
>
|
> on serial port permissions.
|
||||||
on serial port permissions.
|
</p>
|
||||||
<p>Special systems:</p>
|
<p>Special systems:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</details>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
{#if rebootInfo}
|
{#if rebootInfo}
|
||||||
<p transition:slide>
|
<p transition:slide>
|
||||||
@@ -169,7 +169,7 @@
|
|||||||
margin-block: 8px;
|
margin-block: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
details a {
|
.linux-info a {
|
||||||
display: inline;
|
display: inline;
|
||||||
padding-inline: 0;
|
padding-inline: 0;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|||||||
Reference in New Issue
Block a user