Update README.md

This commit is contained in:
Emanuel Feru 2022-03-06 14:38:01 +01:00 committed by GitHub
parent a0dfc7385f
commit c4e848f4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,14 @@ If you have never flashed your sideboard before, the MCU is probably locked. To
To build and flash choose one of the following methods:
### Method 0: Using GitHub Fork
- Fork the project
- Modify desired source files and commit
- Go to Actions (in the repo top menu)
- Click on latest build
- Download the build zip file from the Artifacts section
- Upload desired `firmware.bin` file using [ST-Link Utility](https://www.st.com/en/development-tools/stsw-link004.html)
### Method 1: Using Platformio IDE
- open the project folder in the IDE of choice (vscode or Atom)