Skip to content

Commit

Permalink
Add test page
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 22, 2024
1 parent baa57fa commit 4134f95
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/test.md
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>

0 comments on commit 4134f95

Please sign in to comment.