From 5243c06e40b2b32cdb29934843b3a6f6c9de94fc Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 18 Jun 2020 20:41:36 -0700 Subject: [PATCH] updated firmware upload doc with firmware download links #docs --- .../firmware-update/beta-unit-firmware-update.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/firmware-update/beta-unit-firmware-update.md b/docs/tutorials/firmware-update/beta-unit-firmware-update.md index aeaf387..ee02bae 100644 --- a/docs/tutorials/firmware-update/beta-unit-firmware-update.md +++ b/docs/tutorials/firmware-update/beta-unit-firmware-update.md @@ -41,6 +41,10 @@ To utilize the UART's in-built auto-reset function, a 10k resistor and a small c --- +## Obtaining the Latest Firmware + +You can obtain the latest firmware release for this project [HERE](https://github.com/pyr0ball/pyr0piezo/releases/latest) as a zip file with the source, as well as a pre-compiled hex file for use with certain programmers. + ## Firmware Upload Procedure The firmware for this project can be updated using one of three methods: VS Code, Arduino IDE, or avrdude. @@ -67,9 +71,9 @@ Please be sure you've already [wired up your sensor's UART port](../../schematic 1. In PIO Home, open the firmware folder: - `~/pyr0piezo/firmware/AVR-Source/Pyr0_Piezo_sensor_v2.x.x` -2. Make certain you're on the latest `develop` branch +2. Make certain you're on the latest `master` branch - In GitLense, under the "Repositories" menu, expand the "Branches" menu - - Right click on `develop` and select "Switch to Branch" + - Right click on `master` and select "Switch to Branch" - Back at the top of the "Repositories" menu, hover the mouse over `Pyr0_Piezo_Sensor_v2.x.x` and click first on `fetch`, then on `pull` #### Upload