Skip to content

Commit 71a50df

Browse files
committed
Update docs
1 parent 1977df5 commit 71a50df

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

docs/_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ callouts:
2828
important:
2929
title: Important
3030
color: blue
31+
caution:
32+
title: Caution
33+
color: yellow

docs/index.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ layout: home
1313
<div class="button-row">
1414
<esp-web-install-button
1515
manifest="https://raw.githubusercontent.com/spuder/OpenSpool/refs/heads/main/firmware/manifest.json">
16+
<span slot="unsupported">🛑 <b>Only Chrome/Edge Supported</b> 🛑</span>
17+
<span slot="not-allowed">🔒 HTTPS Required 🔒 </span>
1618
</esp-web-install-button>
1719
</div>
1820

@@ -24,13 +26,11 @@ layout: home
2426
<p>4. Release both D0 and RST simultaneously</p>
2527
<p>5. Click the Install button above</p>
2628
<p>6. Follow the installation wizard</p>
27-
28-
<p><strong>Note:</strong> Installation requires Chrome or Edge browser on desktop</p>
2929
</div>
3030
</div>
3131

32-
{: .note}
33-
If the above step fails, see the [README on github](https://github.com/spuder/OpenSpool) for running `make run-usb` command to upload manually.
32+
{: .caution }
33+
If the above step fails, see the [README on github](https://github.com/spuder/OpenSpool) to upload manually with command `make run-usb`.
3434

3535
# 🛠️ Configuration
3636

@@ -39,26 +39,32 @@ Once the firmware is installed, You will need to join the RFID reader to the sam
3939

4040
## 🛜 Wireless Configuration
4141

42-
1. Join the wifi network 'OpenSpool'
42+
1. Join the wifi network `OpenSpool`
4343
2. Navigate to [192.168.4.1](http://192.168.4.1)
4444
3. Enter your wifi credentials
4545
4. Reboot the RFID Reader
4646

4747

4848
## 🖨️ Printer Configuration
4949

50-
Once openspool has joined your network, navigate to `openspool-xxXXxx.local` (where xxXXxx are the last 6 digits of the mac address). Or the ip address.
50+
Once openspool has joined your network, navigate to `openspool-xxxxxx.local` (where xxxxxx are the last 6 digits of the mac address). Or the ip address.
5151

52-
{: .note }
53-
Mac/Linux: `arp -a| grep openspool`
54-
Windows: `arp -a`
52+
{: .note-title }
53+
> Finding IP Address
54+
>
55+
> Mac/Linux: `arp -a| grep openspool`
56+
> Windows: `arp -a`
57+
58+
5559

5660
Enter your Printer IP, LAN Access Code and Serial Number
5761

5862
![](./images/printersettings.png)
5963

60-
{: .note }
61-
`Printer IP`, `Lan Access Code` and `Serial Number` are stored locally on the microcontroller and never leave the device. Do not share your Acces Code with anyone.
64+
{: .note-title }
65+
> Security
66+
>
67+
> `Printer IP`, `Lan Access Code` and `Serial Number` are stored locally on the microcontroller and never leave the device. Do not share your Acces Code with anyone.
6268
6369
----
6470

0 commit comments

Comments
 (0)