direct everyone to the flasher

This commit is contained in:
pdxlocations 2024-01-10 22:38:55 -08:00
parent 8ebfe40d1c
commit d44e90f6b1

View file

@ -63,15 +63,16 @@ const Firmware = (): JSX.Element => {
<div className="card__body"> <div className="card__body">
<p> <p>
Devices such as T-Echo, RAK4631, and RAK11300 are flashed via Devices such as T-Echo, RAK4631, and RAK11300 are flashed via
filesystem. filesystem. Use the web flasher to download applicable firmware.
</p> </p>
</div> </div>
<div className="card__footer mt-auto"> <div className="card__footer mt-auto">
<a <a
href="/docs/getting-started/flashing-firmware/nrf52/drag-n-drop" href="https://flasher.meshtastic.org/"
className="m-auto flex rounded-lg border-4 border-transparent bg-accent p-1 font-semibold text-black shadow-md hover:text-black hover:brightness-110 active:border-green-200" className="m-auto flex rounded-lg border-4 border-transparent bg-accent p-1 font-semibold text-black shadow-md hover:text-black hover:brightness-110 active:border-green-200"
> >
View Instructions Go to Flasher
<ArrowTopRightOnSquareIcon className="m-auto ml-2 h-4" />
</a> </a>
</div> </div>
</div> </div>