40 lines
765 B
HTML
40 lines
765 B
HTML
---
|
|
title: ESP Web Tools installer
|
|
linkTitle: Web Flasher
|
|
menu:
|
|
main:
|
|
weight: 20
|
|
|
|
---
|
|
<script
|
|
type="module"
|
|
src="https://unpkg.com/esp-web-tools@9/dist/web/install-button.js?module"
|
|
></script>
|
|
|
|
|
|
|
|
{{< blocks/cover title="ESP Web Tools installer" image_anchor="bottom" height="min" >}}
|
|
|
|
<p class="lead mt-5">Connect your pc-switch with your pc and click connect to flash the firmware.
|
|
</p>
|
|
|
|
<esp-web-install-button
|
|
manifest="/pc-switch/firmware_build/manifest.json"
|
|
></esp-web-install-button>
|
|
|
|
{{< /blocks/cover >}}
|
|
|
|
<!-- {{% blocks/lead %}}
|
|
|
|
An easy way to flash the pc-switch firmware
|
|
|
|
{{% /blocks/lead %}} -->
|
|
|
|
|
|
<!-- {{< blocks/section >}}
|
|
<div class="col-12">
|
|
<h1 class="text-center">This is another section</h1>
|
|
</div>
|
|
|
|
{{< /blocks/section >}} -->
|