-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Test | ||
layout: default | ||
custom_js: true | ||
permalink: /test | ||
--- | ||
|
||
|
||
<div class="install-container"> | ||
<script type="module" src="https://unpkg.com/[email protected]/dist/web/install-button.js"></script> | ||
|
||
<h2> π© Install the firmware</h2> | ||
|
||
<div class="button-row"> | ||
<esp-web-install-button | ||
manifest="https://github.com/spuder/OpenSpool/releases/download/1.4.3/manifest.json"> | ||
<span slot="unsupported">π <b>Only <img src="https://img.shields.io/badge/Google%20Chrome-4285F4?style=for-the-badge&logo=GoogleChrome&logoColor=white" alt="Google Chrome"> / <img src="https://img.shields.io/badge/Edge-0078D7?style=for-the-badge&logo=Microsoft-edge&logoColor=white" alt="Edge"> Supported</b> π</span> | ||
|
||
<span slot="not-allowed">π HTTPS Required π </span> | ||
</esp-web-install-button> | ||
</div> | ||
|
||
<div class="instructions"> | ||
<h3>Installation Instructions</h3> | ||
<p>1. Connect your OpenSpool device via USB</p> | ||
<p>2. Press & Hold D0 Button</p> | ||
<p>3. Press RST Button</p> | ||
<p>4. Release both D0 and RST simultaneously</p> | ||
<p>5. Click the blue 'Connect' button above</p> | ||
<p>6. Follow the installation wizard</p> | ||
</div> | ||
</div> |