Skip to content

Commit

Permalink
PoE variant: add prereq that router must provide PoE (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ffeeca7 authored Oct 25, 2023
1 parent 4050fe0 commit e432dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/procedures/poe-nvme.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<li>USB flash drive</li>
<li>NVMe M.2 SSD drive</li>
<li>No. 1 hex screwdriver</li>
<li>Optional: Power supply (12V/2A, if PoE is not used)</li>
<li>If you are using PoE, make sure your router or switch provides PoE on that port</li>
<li>Optional: Power supply (12 V / 2 A, if PoE is not used)</li>
</ul>
---
{% render "tools.include.liquid", tools: tools %}
Expand Down
3 changes: 2 additions & 1 deletion src/procedures/poe.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<ul>
<li>Raspberry Pi Compute Module 4 (CM4)</li>
<li>USB flash drive</li>
<li>Optional: Power supply (12V/2A, if PoE is not used)</li>
<li>If you are using PoE, make sure your router or switch provides PoE on that port</li>
<li>Optional: Power supply (12 V / 2 A, if PoE is not used)</li>
</ul>
---
{% render "tools.include.liquid", tools: tools %}
Expand Down

0 comments on commit e432dfb

Please sign in to comment.