{$LL.deviceManager.TITLE()}

{#if $serialPort}

{$serialPort.company} {$serialPort.device} {$serialPort.chipset}
Version {$serialPort.version}

{#if $serialPort.version.toString() !== import.meta.env.VITE_LATEST_FIRMWARE} Firmware Update Instructions {/if} {/if} {#if browser} {#if navigator.userAgent.includes("Linux") && !$serialPort}

{@html $LL.deviceManager.LINUX_PERMISSIONS()}

In most cases you can simply follow the Arduino Guide on serial port permissions.

Special systems:

{/if} {#if rebootInfo}

{$LL.deviceManager.bootMenu.POWER_WARNING()}

{/if}
{#if $serialPort} {:else} {/if}
(terminal = !terminal)}>terminal
{#if powerDialog}
(powerDialog = !powerDialog)} onkeypress={(event) => { if (event.key === "Enter") powerDialog = !powerDialog; }} >

{$LL.deviceManager.bootMenu.TITLE()}

{/if} {/if}