Skip to content

Commit

Permalink
add info about common error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Dec 19, 2024
1 parent 117fa16 commit 0f536a5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@
<div class="text-sm">You should flash: {{ recommendedFirmwareFilename }}</div>
</div>

<div class="border-t px-2 py-1">
<div class="text-sm space-x-1">
<div class="border-t px-2 py-1 text-sm">
<div>Download Firmware</div>
<div class="space-x-1">
<a target="_blank" href="https://github.com/markqvist/RNode_Firmware/releases" class="text-blue-500 hover:underline">Official Firmware</a>
<span></span>
<a target="_blank" href="https://github.com/liberatedsystems/RNode_Firmware_CE/releases" class="text-blue-500 hover:underline">CE Firmware</a>
Expand All @@ -120,6 +121,12 @@
</div>
</div>

<div class="border-t px-2 py-1 text-sm">
<div>Common error messages</div>
<div>• Hardware Failure: You need to provision the eeprom in step 3.</div>
<div>• Firmware Corrupt: You need to set the firmware hash in step 4.</div>
</div>

</div>

<div class="border bg-gray-50 rounded shadow">
Expand Down

0 comments on commit 0f536a5

Please sign in to comment.