formatting fixes for firmware update page #docs

This commit is contained in:
pyr0ball 2020-06-18 21:26:45 -07:00
parent f4a1657dd0
commit 5d3bd86363

View file

@ -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. 2. Use the "Extensions" menu to install PlatformIO.
3. (Optional) Install extra plugins to assist in development: 3. (Optional) Install extra plugins to assist in development:
- GitLens - GitLens
- markdownlint - markdownlint
- Markdown Preview Enhanced - Markdown Preview Enhanced
- C/C++ - C/C++
- C++ Intellisense - C++ Intellisense
- Python - Python
#### Configuration #### Configuration
1. In PIO Home, open the firmware folder: 1. In PIO Home, open the firmware folder: `~/pyr0piezo/firmware/AVR-Source/Pyr0_Piezo_sensor_v2.x.x`
- `~/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 #### Upload