add info about common error messages

This commit is contained in:
liamcottle
2024-12-19 22:11:36 +13:00
parent 117fa16fef
commit 0f536a5758

View File

@@ -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>
@@ -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">