add note about flashing

This commit is contained in:
liamcottle
2024-07-23 16:47:49 +12:00
parent 800c6b2f05
commit 17c32c66dd

View File

@@ -32,7 +32,7 @@
</div> </div>
<div class="my-auto"> <div class="my-auto">
<div class="font-bold">RNode Flasher</div> <div class="font-bold">RNode Flasher</div>
<div class="text-sm"><span class="text-red-500">*</span>Only supports RAK4631 at this time.</div> <div class="text-sm">Developed by <a target="_blank" href="https://liamcottle.com" class="text-blue-500 hover:underline">Liam Cottle</a></div>
</div> </div>
</div> </div>
@@ -58,6 +58,13 @@
<div class="p-3"> <div class="p-3">
<div class="flex mb-2">
<div class="text-sm bg-red-100 px-2 py-1 border rounded">
<span class="text-red-500">*</span>
<span>Only RAK4631 can be flashed at this time, ESP32 support is coming later.</span>
</div>
</div>
<div class="mb-2"> <div class="mb-2">
<input ref="file" type="file"/> <input ref="file" type="file"/>
</div> </div>