From f4a1657dd0394131a6d795af5d94e2c59fed1075 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 18 Jun 2020 21:06:25 -0700 Subject: [PATCH] added link to ICSP upload instructions #docs --- docs/tutorials/firmware-update/beta-unit-firmware-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/firmware-update/beta-unit-firmware-update.md b/docs/tutorials/firmware-update/beta-unit-firmware-update.md index 1a8756d..dca8a6f 100644 --- a/docs/tutorials/firmware-update/beta-unit-firmware-update.md +++ b/docs/tutorials/firmware-update/beta-unit-firmware-update.md @@ -53,7 +53,7 @@ The firmware for this project can be updated using one of three methods: VS Code Please be sure you've already [wired up your sensor's UART port](../../schematics/other/uart-programmer-wiring.md) or used the programmig jig described earlier in this page. -If you built your own board and are starting out with a completely factory-fresh MCU, you'll need to install a bootloader. Have a look at [Uploading over ICSP] for instructions on how to do that. +If you built your own board and are starting out with a completely factory-fresh MCU, you'll need to install a bootloader. Have a look at [Uploading over ICSP](https://docs.pyroballpcbs.com/tutorials/firmware-update/beta-unit-firmware-update/#uploading-over-icsp) for instructions on how to do that. ---