-
Notifications
You must be signed in to change notification settings - Fork 22
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
2 changed files
with
40 additions
and
1 deletion.
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
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,38 @@ | ||
--- | ||
title: Home | ||
layout: home | ||
--- | ||
|
||
# OpenSpool Firmware Installation | ||
|
||
<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://raw.githubusercontent.com/spuder/OpenSpool/refs/heads/main/firmware/manifest.json"> | ||
</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>3. Press RST Button | ||
<p>4. Release both D0 and RST simultaneously | ||
<p>5. Click the Install button above</p> | ||
<p>6. Follow the installation wizard</p> | ||
<p><strong>Note:</strong> Installation requires Chrome or Edge browser on desktop</p> | ||
</div> | ||
</div> | ||
---- | ||
|
||
[Just the Docs]: https://just-the-docs.github.io/just-the-docs/ | ||
[GitHub Pages]: https://docs.github.com/en/pages | ||
[README]: https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md | ||
[Jekyll]: https://jekyllrb.com | ||
[GitHub Pages / Actions workflow]: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/ | ||
[use this template]: https://github.com/just-the-docs/just-the-docs-template/generate |