mirror of
https://github.com/EFeru/hoverboard-sideboard-hack-STM.git
synced 2026-02-17 23:41:15 +00:00
Moved from Travis to Github actions
Update README.md Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -1,6 +1,6 @@
|
||||
# hoverboard-sideboard-hack-STM
|
||||
|
||||
[](https://app.travis-ci.com/EFeru/hoverboard-sideboard-hack-STM)
|
||||
[](https://github.com/EFeru/hoverboard-sideboard-hack-STM/actions/workflows/build_on_commit.yml)
|
||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=CU2SWN2XV9SCY¤cy_code=EUR&source=url)
|
||||
|
||||
@@ -64,7 +64,15 @@ 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 1: Using Platformio IDE
|
||||
### 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 (recommended)
|
||||
|
||||
- open the folder in the IDE of choice (vscode or Atom)
|
||||
- press the 'PlatformIO:Build' or the 'PlatformIO:Upload' button (bottom left in vscode).
|
||||
|
||||
Reference in New Issue
Block a user