From c4e848f4e186da96427bacbcf4a72b10e481fd20 Mon Sep 17 00:00:00 2001 From: Emanuel Feru Date: Sun, 6 Mar 2022 14:38:01 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1aa8f98..8fc20b8 100644 --- a/README.md +++ b/README.md @@ -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)