From 5d3bd86363bfa8e43ed87686a8267c9a9a2bfd2d Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 18 Jun 2020 21:26:45 -0700 Subject: [PATCH] formatting fixes for firmware update page #docs --- .../firmware-update/beta-unit-firmware-update.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/tutorials/firmware-update/beta-unit-firmware-update.md b/docs/tutorials/firmware-update/beta-unit-firmware-update.md index dca8a6f..0f3ae39 100644 --- a/docs/tutorials/firmware-update/beta-unit-firmware-update.md +++ b/docs/tutorials/firmware-update/beta-unit-firmware-update.md @@ -65,17 +65,17 @@ If you built your own board and are starting out with a completely factory-fresh 2. Use the "Extensions" menu to install PlatformIO. 3. (Optional) Install extra plugins to assist in development: - - GitLens - - markdownlint - - Markdown Preview Enhanced - - C/C++ - - C++ Intellisense - - Python +- GitLens +- markdownlint +- Markdown Preview Enhanced +- C/C++ +- C++ Intellisense +- Python #### Configuration -1. In PIO Home, open the firmware folder: - - `~/pyr0piezo/firmware/AVR-Source/Pyr0_Piezo_sensor_v2.x.x` +1. In PIO Home, open the firmware folder: `~/pyr0piezo/firmware/AVR-Source/Pyr0_Piezo_sensor_v2.x.x` +2. By default, VSCode is configured to utilize the Atmega328PB MCU. This can be changed by editing the `default_envs` parameter in the `platformio.ini` file #### Upload