In order to make a CC3D.bin you need to add OPBL=yes.
This commit is contained in:
parent
ebd5475a55
commit
f955c3aad0
|
@ -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…
Reference in New Issue