File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ title: OpenSpool
2
2
description : Your filament wants to be free
3
3
theme : just-the-docs
4
4
5
- url : https://just-the-docs.github.io
5
+ # url: https://just-the-docs.github.io
6
+ url : https://openspool.io
6
7
7
8
aux_links :
8
9
Template Repository : https://github.com/just-the-docs/just-the-docs-template
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Home
3
+ layout : home
4
+ ---
5
+
6
+ # OpenSpool Firmware Installation
7
+
8
+ <div class =" install-container " >
9
+ <script type="module" src="https://unpkg.com/esp-web-tools@9.4.3/dist/web/install-button.js"></script>
10
+
11
+ <h2>Install the firmware</h2>
12
+
13
+ <div class="button-row">
14
+ <esp-web-install-button
15
+ manifest="https://raw.githubusercontent.com/spuder/OpenSpool/refs/heads/main/firmware/manifest.json">
16
+ </esp-web-install-button>
17
+ </div>
18
+
19
+ <div class="instructions">
20
+ <h3>Installation Instructions</h3>
21
+ <p>1. Connect your OpenSpool device via USB</p>
22
+ <p>2. Press & Hold D0 Button
23
+ <p>3. Press RST Button
24
+ <p>4. Release both D0 and RST simultaneously
25
+ <p>5. Click the Install button above</p>
26
+ <p>6. Follow the installation wizard</p>
27
+
28
+ <p><strong>Note:</strong> Installation requires Chrome or Edge browser on desktop</p>
29
+ </div>
30
+ </div >
31
+ ----
32
+
33
+ [ Just the Docs ] : https://just-the-docs.github.io/just-the-docs/
34
+ [ GitHub Pages ] : https://docs.github.com/en/pages
35
+ [ README ] : https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md
36
+ [ Jekyll ] : https://jekyllrb.com
37
+ [ GitHub Pages / Actions workflow ] : https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/
38
+ [ use this template ] : https://github.com/just-the-docs/just-the-docs-template/generate
You can’t perform that action at this time.
0 commit comments