mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
In order to make a CC3D.bin you need to add OPBL=yes.
This commit is contained in:
parent
ebd5475a55
commit
f955c3aad0
1 changed files with 9 additions and 0 deletions
|
@ -107,3 +107,12 @@ git pull
|
|||
make clean TARGET=NAZE
|
||||
make TARGET=NAZE
|
||||
```
|
||||
|
||||
Or in the case of CC3D in need of a `obj/cleanflight_CC3D.bin`
|
||||
```
|
||||
git reset --hard
|
||||
git pull
|
||||
|
||||
make clean TARGET=CC3D
|
||||
make TARGET=CC3D OPBL=yes
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue