Added submodule instructions

This commit is contained in:
Benjamin Vedder 2022-01-29 11:13:29 +01:00
parent 5ce6eb16d0
commit 29dad0a8d9
1 changed files with 2 additions and 0 deletions

View File

@ -157,6 +157,8 @@ Reminder : Remember to select your board in [**conf_general.h**]
```bash
git clone https://github.com/vedderb/bldc.git vesc_firmware
cd vesc_firmware
git submodule init
git submodule update
#make build/your_firmware_name_here.bin
make build/VESC_fw.bin
```