Merge pull request #916 from pdxlocations/direct-nrf-to-new-flasher

Direct nRF & RP2040 to Web Flasher
This commit is contained in:
rcarteraz 2024-01-11 16:16:16 -07:00 committed by GitHub
commit b7318f9c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,15 +63,16 @@ const Firmware = (): JSX.Element => {
<div className="card__body">
<p>
Devices such as T-Echo, RAK4631, and RAK11300 are flashed via
filesystem.
filesystem. Use the web flasher to download applicable firmware.
</p>
</div>
<div className="card__footer mt-auto">
<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"
>
View Instructions
Go to Flasher
<ArrowTopRightOnSquareIcon className="m-auto ml-2 h-4" />
</a>
</div>
</div>